Home
last modified time | relevance | path

Searched defs:usbfs_ctrltransfer (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.h26 struct usbfs_ctrltransfer { struct
28 uint8_t bmRequestType;
29 uint8_t bRequest;
30 uint16_t wValue;
31 uint16_t wIndex;
32 uint16_t wLength;
34 uint32_t timeout; /* in milliseconds */
37 void *data;