Searched defs:usb_hub_device (Results 1 – 1 of 1) sorted by relevance
586 struct usb_hub_device { struct587 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 */