Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.h78 struct usbfs_urb { struct
79 unsigned char type;
80 unsigned char endpoint;
81 int status;
82 unsigned int flags;
83 void *buffer;
84 int buffer_length;
85 int actual_length;
86 int start_frame;
87 union {
[all …]