Searched refs:hubdesc30 (Results 1 – 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 1195 struct usb_hub_ss_descriptor hubdesc30; in uhub_query_info() local 1226 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info() 1232 nports = hubdesc30.bNbrPorts; in uhub_query_info() 1264 struct usb_hub_ss_descriptor hubdesc30; in uhub_attach() local 1377 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach() 1384 nports = hubdesc30.bNbrPorts; in uhub_attach() 1387 pwrdly = ((hubdesc30.bPwrOn2PwrGood * UHD_PWRON_FACTOR) + in uhub_attach() 1399 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach() 1406 if (hubdesc30.bNbrPorts != nports) { in uhub_attach() 1518 if (!UHD_NOT_REMOV(&hubdesc30, portno)) in uhub_attach()
|