Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
214 struct usb_hub_descriptor { struct215 __u8 bDescLength;216 __u8 bDescriptorType;217 __u8 bNbrPorts;218 __le16 wHubCharacteristics;219 __u8 bPwrOn2PwrGood;220 __u8 bHubContrCurrent;223 union {235 } u;