Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.h85 struct usbfs_urb { struct
86 unsigned char type;
87 unsigned char endpoint;
88 int status;
89 unsigned int flags;
90 void *buffer;
91 int buffer_length;
92 int actual_length;
93 int start_frame;
94 int number_of_packets;
[all …]
/external/chromium_org/third_party/libusb/src/libusb/os/
Dlinux_usbfs.h88 struct usbfs_urb { struct
89 unsigned char type;
90 unsigned char endpoint;
91 int status;
92 unsigned int flags;
93 void *buffer;
94 int buffer_length;
95 int actual_length;
96 int start_frame;
97 int number_of_packets;
[all …]