Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c1145 struct usb_hub_ss_descriptor hubdesc30; in uhub_query_info() local
1176 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info()
1182 nports = hubdesc30.bNbrPorts; in uhub_query_info()
1210 struct usb_hub_ss_descriptor hubdesc30; in uhub_attach() local
1314 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach()
1321 nports = hubdesc30.bNbrPorts; in uhub_attach()
1324 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach()
1336 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach()
1343 if (hubdesc30.bNbrPorts != nports) { in uhub_attach()
1476 if (!UHD_NOT_REMOV(&hubdesc30, portno)) in uhub_attach()