Home
last modified time | relevance | path

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

/u-boot/include/
A Dusbdevice.h597 struct usb_bus_instance { struct
599 struct usb_device_instance *device;
600 struct usb_endpoint_instance *endpoint_array; /* array of available configured endpoints */
602 int max_endpoints; /* maximimum number of rx enpoints */
603 unsigned char maxpacketsize;
605 unsigned int serial_number;
606 char *serial_number_str;
607 void *privdata; /* private data for the bus interface */

Completed in 5 milliseconds