Home
last modified time | relevance | path

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

/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h43 struct usb_request struct
45 struct usb_device *dev;
46 void* buffer;
47 int buffer_length;
48 int actual_length;
49 int max_packet_size;
50 void *private_data; /* struct usbdevfs_urb* */
51 int endpoint;
52 void *client_data; /* free for use by client */