usb_dev_state
Regular
4.4
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 secid;
u32 disabled_bulk_eps;
};
4.8
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 secid;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
4.10
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 secid;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
4.13
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 secid;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
4.15
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 secid;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
4.18
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
5.0
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
void *disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
5.3
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
bool privileges_dropped;
long unsigned int interface_allowed_mask;
};
5.4
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
5.8
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
5.11
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
5.13
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
5.15
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
5.19
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
6.2
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
6.5
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
6.8
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
arm64
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
armhf
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
ppc64el
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
riscv64
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
aws
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
azure
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
gcp
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
lowlatency
: ✅struct usb_dev_state {
struct list_head list;
struct usb_device *dev;
struct file *file;
spinlock_t lock;
struct list_head async_pending;
struct list_head async_completed;
struct list_head memory_list;
wait_queue_head_t wait;
wait_queue_head_t wait_for_resume;
unsigned int discsignr;
struct pid *disc_pid;
const struct cred *cred;
sigval_t disccontext;
long unsigned int ifclaimed;
u32 disabled_bulk_eps;
long unsigned int interface_allowed_mask;
int not_yet_resumed;
bool suspend_allowed;
bool privileges_dropped;
};
Regular
4.4
and 4.8
⚠️struct list_head memory_list
bool privileges_dropped
long unsigned int interface_allowed_mask
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️u32 secid
4.18
and 5.0
✅
5.0
and 5.3
⚠️void *disccontext
➡️ sigval_t disccontext
5.3
and 5.4
⚠️wait_queue_head_t wait_for_resume
int not_yet_resumed
bool suspend_allowed
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅