Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_hub.c1146 struct usb_hub_ss_descriptor hubdesc30; in uhub_query_info() local
1177 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info()
1183 nports = hubdesc30.bNbrPorts; in uhub_query_info()
1211 struct usb_hub_ss_descriptor hubdesc30; in uhub_attach() local
1315 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach()
1322 nports = hubdesc30.bNbrPorts; in uhub_attach()
1325 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1337 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach()
1344 if (hubdesc30.bNbrPorts != nports) { in uhub_attach()
1477 if (!UHD_NOT_REMOV(&hubdesc30, portno)) in uhub_attach()