Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dusbdevice_fs.h40 struct usbdevfs_ctrltransfer { struct
41 __u8 bRequestType;
42 __u8 bRequest;
43 __u16 wValue;
44 __u16 wIndex;
45 __u16 wLength;
46 __u32 timeout; /* in milliseconds */
47 void __user *data;
/Linux-v6.6/include/uapi/linux/
Dusbdevice_fs.h40 struct usbdevfs_ctrltransfer { struct
41 __u8 bRequestType;
42 __u8 bRequest;
43 __u16 wValue;
44 __u16 wIndex;
45 __u16 wLength;
46 __u32 timeout; /* in milliseconds */
47 void __user *data;