Searched defs:usb_hub_descriptor (Results 1 – 3 of 3) sorted by relevance
134 struct usb_hub_descriptor { struct135 __u8 bDescLength;136 __u8 bDescriptorType;137 __u8 bNbrPorts;138 __le16 wHubCharacteristics;139 __u8 bPwrOn2PwrGood;140 __u8 bHubContrCurrent;142 union {153 } u;
142 struct usb_hub_descriptor { struct143 __u8 bDescLength;144 __u8 bDescriptorType;145 __u8 bNbrPorts;146 __le16 wHubCharacteristics;147 __u8 bPwrOn2PwrGood;148 __u8 bHubContrCurrent;149 union {159 } u;
262 struct usb_hub_descriptor { struct263 __u8 bDescLength;264 __u8 bDescriptorType;265 __u8 bNbrPorts;266 __le16 wHubCharacteristics;267 __u8 bPwrOn2PwrGood;268 __u8 bHubContrCurrent;271 union {283 } u;