STRUCT USBDRV_WRAP(9) | Host-Side Data Types and Macro | STRUCT USBDRV_WRAP(9) |
NAME¶
struct_usbdrv_wrap - wrapper for driver-model structure
SYNOPSIS¶
struct usbdrv_wrap {
struct device_driver driver;
int for_devices; };
MEMBERS¶
driver
The driver-model core driver structure.
for_devices
Non-zero for device drivers, 0 for interface
drivers.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |