Home
last modified time | relevance | path

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

/external/libusb/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 union {
[all …]