Searched defs:usb_hub_descriptor (Results 1 – 2 of 2) sorted by relevance
260 struct usb_hub_descriptor { struct261 __u8 bDescLength;262 __u8 bDescriptorType;263 __u8 bNbrPorts;264 __le16 wHubCharacteristics;265 __u8 bPwrOn2PwrGood;266 __u8 bHubContrCurrent;269 union {281 } u;
556 struct usb_hub_descriptor { struct557 unsigned char bLength;558 unsigned char bDescriptorType;582 struct usb_hub_descriptor desc; argument