Searched refs:usbd_req_get_hub_descriptor (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.h | 58 usb_error_t usbd_req_get_hub_descriptor(struct usb_device *udev,
|
D | usb_hub.c | 1215 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_query_info() 1336 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_attach() 1358 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports); in uhub_attach()
|
D | usb_request.c | 1435 usbd_req_get_hub_descriptor(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_hub_descriptor() function
|