Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1194 struct usb_hub_ss_descriptor hubdesc30; in uhub_query_info() local
1225 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info()
1231 nports = hubdesc30.bNbrPorts; in uhub_query_info()
1263 struct usb_hub_ss_descriptor hubdesc30; in uhub_attach() local
1376 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach()
1383 nports = hubdesc30.bNbrPorts; in uhub_attach()
1386 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1398 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach()
1405 if (hubdesc30.bNbrPorts != nports) { in uhub_attach()
1517 if (!UHD_NOT_REMOV(&hubdesc30, portn in uhub_attach()
[all...]

Completed in 3 milliseconds