Home
last modified time | relevance | path

Searched defs:usb_hub_descriptor (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h169 struct usb_hub_descriptor { struct
170 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 message
177 unsigned char PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8 + 1];
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h148 struct usb_hub_descriptor { struct
149 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 message
156 MS_U8 PortPwrCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8 + 1];