other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| 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¶
| February 2017 | Kernel Hackers Manual 3.16 |