Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Dlinux_usbfs.h30 struct usbfs_ctrltransfer { struct
32 __u8 bmRequestType;
33 __u8 bRequest;
34 __u16 wValue;
35 __u16 wIndex;
36 __u16 wLength;
37 __u32 timeout; /* in milliseconds */
40 void *data;