Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h35 struct usb_request struct
37 struct usb_device *dev;
38 void* buffer;
39 int buffer_length;
40 int actual_length;
41 int max_packet_size;
42 void *private_data; /* struct usbdevfs_urb* */
43 int endpoint;
44 void *client_data; /* free for use by client */

Completed in 4 milliseconds