Lines Matching defs:hubdesc20
1193 struct usb_hub_descriptor hubdesc20;
1210 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1);
1216 nports = hubdesc20.bNbrPorts;
1221 tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3;
1262 struct usb_hub_descriptor hubdesc20;
1331 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1);
1338 nports = hubdesc20.bNbrPorts;
1341 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) +
1353 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports);
1360 if (hubdesc20.bNbrPorts != nports) {
1513 if (!UHD_NOT_REMOV(&hubdesc20, portno))