Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dusbdevice_fs.h57 struct usbdevfs_urb { struct
58 unsigned char type;
59 unsigned char endpoint;
60 int status;
61 unsigned int flags;
62 void __user *buffer;
63 int buffer_length;
64 int actual_length;
65 int start_frame;
66 union {
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dusbdevice_fs.h117 struct usbdevfs_urb { struct
118 unsigned char type;
119 unsigned char endpoint;
120 int status;
121 unsigned int flags;
122 void __user *buffer;
123 int buffer_length;
124 int actual_length;
125 int start_frame;
126 union {
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dusbdevice_fs.h117 struct usbdevfs_urb { struct
118 unsigned char type;
119 unsigned char endpoint;
120 int status;
121 unsigned int flags;
122 void __user *buffer;
123 int buffer_length;
124 int actual_length;
125 int start_frame;
126 union {
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dusbdevice_fs.h78 struct usbdevfs_urb { struct
79 unsigned char type;
80 unsigned char endpoint;
81 int status;
82 unsigned int flags;
83 void __user * buffer;
84 int buffer_length;
85 int actual_length;
86 int start_frame;
87 union {
[all …]