Searched defs:usb_hub_descriptor (Results 1 – 2 of 2) sorted by relevance
169 struct usb_hub_descriptor { struct170 unsigned char bDescLength;171 unsigned char bDescriptorType;172 unsigned char bNbrPorts;173 U16 wHubCharacteristics;174 unsigned char bPwrOn2PwrGood;175 unsigned char bHubContrCurrent;176 …igned char DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8 + 1]; // add 1 to prevent warning message177 unsigned char PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8 + 1];
148 struct usb_hub_descriptor { struct149 MS_U8 bDescLength;150 MS_U8 bDescriptorType;151 MS_U8 bNbrPorts;152 MS_U16 wHubCharacteristics;153 MS_U8 bPwrOn2PwrGood;154 MS_U8 bHubContrCurrent;155 MS_U8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8 + 1]; // add 1 to prevent warning message156 MS_U8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8 + 1];