Searched refs:hubdesc20 (Results 1 – 1 of 1) sorted by relevance
1149 struct usb_hub_descriptor hubdesc20; in uhub_query_info() local1166 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_query_info()1172 nports = hubdesc20.bNbrPorts; in uhub_query_info()1177 tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3; in uhub_query_info()1214 struct usb_hub_descriptor hubdesc20; in uhub_attach() local1274 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_attach()1281 nports = hubdesc20.bNbrPorts; in uhub_attach()1284 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()1296 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports); in uhub_attach()1303 if (hubdesc20.bNbrPorts != nports) { in uhub_attach()[all …]