Home
last modified time | relevance | path

Searched refs:hubdesc20 (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1193 struct usb_hub_descriptor hubdesc20; in uhub_query_info() local
1210 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_query_info()
1216 nports = hubdesc20.bNbrPorts; in uhub_query_info()
1221 tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3; in uhub_query_info()
1262 struct usb_hub_descriptor hubdesc20; in uhub_attach() local
1331 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_attach()
1338 nports = hubdesc20.bNbrPorts; in uhub_attach()
1341 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1353 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports); in uhub_attach()
1360 if (hubdesc20 in uhub_attach()
[all...]

Completed in 3 milliseconds