Searched defs:usb_hub (Results 1 – 4 of 4) sorted by relevance
21 pub mod usb_hub; module
133 usb_hub: Arc<UsbHub>, field
92505 struct usb_hub { struct92512 struct usb_hub_status hub; argument92525 struct usb_hub_descriptor *descriptor; argument92526 struct usb_tt tt;92527 unsigned int mA_per_port;92528 unsigned int wakeup_enabled_descendants;92529 unsigned int limited_power: 1;92530 unsigned int quiescing: 1;92531 unsigned int disconnected: 1;92532 unsigned int in_reset: 1;[all …]