Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_request.h61 usb_error_t usbd_req_get_ss_hub_descriptor(struct usb_device *udev,
Dusb_hub.c1230 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info()
1381 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach()
1403 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach()
Dusb_request.c1457 usbd_req_get_ss_hub_descriptor(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_ss_hub_descriptor() function