Home
last modified time | relevance | path

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

/external/crosvm/usb_sys/src/
Dlib.rs129 pub struct usbdevfs_urb { struct
145 impl Default for usbdevfs_urb { argument
152 unsafe impl Send for usbdevfs_urb {} implementation
153 unsafe impl Sync for usbdevfs_urb {} implementation
/external/kernel-headers/original/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 …]
/external/crosvm/usb_util/src/
Ddevice.rs392 fn urb(&self) -> &usb_sys::usbdevfs_urb { in urb()
398 fn urb_mut(&mut self) -> &mut usb_sys::usbdevfs_urb { in urb_mut()
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h92886 struct usbdevfs_urb { struct
92887 unsigned char type;
92888 unsigned char endpoint;
92889 int status;
92890 unsigned int flags;
92891 void *buffer;
92892 int buffer_length;
92893 int actual_length;
92894 int start_frame;
92895 union {
[all …]
Dvmlinux.h92886 struct usbdevfs_urb { struct
92887 unsigned char type;
92888 unsigned char endpoint;
92889 int status;
92890 unsigned int flags;
92891 void *buffer;
92892 int buffer_length;
92893 int actual_length;
92894 int start_frame;
92895 union {
[all …]