Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dusbdevice_fs.h10 struct usbdevfs_ctrltransfer { struct
11 __u8 bRequestType;
12 __u8 bRequest;
13 __u16 wValue;
14 __u16 wIndex;
15 __u16 wLength;
16 __u32 timeout;
17 void __user *data;
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-5.10/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;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dusbdevice_fs.h23 struct usbdevfs_ctrltransfer { struct
24 __u8 bRequestType;
25 __u8 bRequest;
26 __u16 wValue;
27 __u16 wIndex;
28 __u16 wLength;
29 __u32 timeout;
30 void __user * data;