|
VSF Documented
|
#include <usb.h>
Data Fields | |
| const char * | name |
| int(* | probe )(struct usb_interface *intf, const struct usb_device_id *id) |
| void(* | disconnect )(struct usb_interface *intf) |
| int(* | suspend )(struct usb_interface *intf, pm_message_t message) |
| int(* | resume )(struct usb_interface *intf) |
| struct usbdrv_wrap | drvwrap |
| const struct usb_device_id * | id_table |
| bool | no_dynamic_id |
| bool | supports_autosuspend |
| bool | disable_hub_initiated_lpm |
| bool | soft_unbind |
| const char* usb_driver::name |
| int(* usb_driver::probe) (struct usb_interface *intf, const struct usb_device_id *id) |
| void(* usb_driver::disconnect) (struct usb_interface *intf) |
| int(* usb_driver::suspend) (struct usb_interface *intf, pm_message_t message) |
| int(* usb_driver::resume) (struct usb_interface *intf) |
| struct usbdrv_wrap usb_driver::drvwrap |
| const struct usb_device_id* usb_driver::id_table |
| bool usb_driver::no_dynamic_id |
| bool usb_driver::supports_autosuspend |
| bool usb_driver::disable_hub_initiated_lpm |
| bool usb_driver::soft_unbind |