Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusb.h580 struct usb_hub_device { struct
581 struct usb_device *pusb_dev;
582 struct usb_hub_descriptor desc;
584 ulong connect_timeout; /* Device connection timeout in ms */
585 ulong query_delay; /* Device query delay in ms */
586 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */
587 int hub_depth; /* USB 3.0 hub depth */
588 struct usb_tt tt; /* Transaction Translator */