Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
/linux-6.1.9/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 …]