Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c1144 struct usb_hub_descriptor hubdesc20; in uhub_query_info() local
1161 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_query_info()
1167 nports = hubdesc20.bNbrPorts; in uhub_query_info()
1172 tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3; in uhub_query_info()
1209 struct usb_hub_descriptor hubdesc20; in uhub_attach() local
1269 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_attach()
1276 nports = hubdesc20.bNbrPorts; in uhub_attach()
1279 pwrdly = ((hubdesc20.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1291 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports); in uhub_attach()
1298 if (hubdesc20.bNbrPorts != nports) { in uhub_attach()
[all …]