Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dusbdevice_fs.h39 struct usbdevfs_ctrltransfer { struct
40 __u8 bRequestType;
41 __u8 bRequest;
42 __u16 wValue;
43 __u16 wIndex;
44 __u16 wLength;
45 __u32 timeout; /* in milliseconds */
46 void *data;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/
Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/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 * data;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/external/crosvm/usb_sys/src/
H A Dlib.rs75 pub struct usbdevfs_ctrltransfer { struct
76 pub bRequestType: u8,
77 pub bRequest: u8,
78 pub wValue: u16,
79 pub wIndex: u16,
80 pub wLength: u16,
81 pub timeout: u32,
82 pub data: *mut c_void,
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A 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;
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/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 * data;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/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;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h11 struct usbdevfs_ctrltransfer { struct
12 __u8 bRequestType;
13 __u8 bRequest;
14 __u16 wValue;
15 __u16 wIndex;
16 __u16 wLength;
17 __u32 timeout;
18 void * data;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/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 * data;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/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;

12