Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusb.h586 struct usb_hub_device { struct
587 struct usb_device *pusb_dev;
588 struct usb_hub_descriptor desc;
590 ulong connect_timeout; /* Device connection timeout in ms */
591 ulong query_delay; /* Device query delay in ms */
592 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */
593 int hub_depth; /* USB 3.0 hub depth */
594 struct usb_tt tt; /* Transaction Translator */