Lines Matching defs:hubdesc30
1194 struct usb_hub_ss_descriptor hubdesc30;
1225 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1);
1231 nports = hubdesc30.bNbrPorts;
1263 struct usb_hub_ss_descriptor hubdesc30;
1376 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1);
1383 nports = hubdesc30.bNbrPorts;
1386 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) +
1398 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports);
1405 if (hubdesc30.bNbrPorts != nports) {
1517 if (!UHD_NOT_REMOV(&hubdesc30, portno))