Home
last modified time | relevance | path

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

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