other versions
- stretch 4.9.168-1
STRUCT USBDRV_WRAP(9) | Host-Side Data Types and Macro | STRUCT USBDRV_WRAP(9) |
NAME¶
struct_usbdrv_wrap - wrapper for driver-model structureSYNOPSIS¶
struct usbdrv_wrap { struct device_driver driver; int for_devices; };
MEMBERS¶
driverThe driver-model core driver structure.
for_devices
Non-zero for device drivers, 0 for interface
drivers.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |