Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.h28 struct usbfs_ctrltransfer { struct
30 uint8_t bmRequestType;
31 uint8_t bRequest;
32 uint16_t wValue;
33 uint16_t wIndex;
34 uint16_t wLength;
36 uint32_t timeout; /* in milliseconds */
39 void *data;