usb_driver
Regular
4.4
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
4.8
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
4.10
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
4.13
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
4.15
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
4.18
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.0
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.3
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.4
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.8
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.11
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.13
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.15
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
5.19
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
6.2
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
6.5
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
6.8
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct device_driver driver;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
arm64
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
armhf
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
ppc64el
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
riscv64
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
aws
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
azure
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
gcp
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
lowlatency
: ✅struct usb_driver {
const char *name;
int (*probe)(struct usb_interface *, const struct usb_device_id *);
void (*disconnect)(struct usb_interface *);
int (*unlocked_ioctl)(struct usb_interface *, unsigned int, void *);
int (*suspend)(struct usb_interface *, pm_message_t);
int (*resume)(struct usb_interface *);
int (*reset_resume)(struct usb_interface *);
int (*pre_reset)(struct usb_interface *);
int (*post_reset)(struct usb_interface *);
const struct usb_device_id *id_table;
const struct attribute_group **dev_groups;
struct usb_dynids dynids;
struct usbdrv_wrap drvwrap;
unsigned int no_dynamic_id;
unsigned int supports_autosuspend;
unsigned int disable_hub_initiated_lpm;
unsigned int soft_unbind;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️const struct attribute_group **dev_groups
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
⚠️struct device_driver driver
struct usbdrv_wrap drvwrap
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅