Searched refs:usbd_req_get_ss_hub_descriptor (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_request.h | 59 usb_error_t usbd_req_get_ss_hub_descriptor(struct usb_device *udev,
|
H A D | usb_hub.c | 1177 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_query_info() 1315 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, 1); in uhub_attach() 1337 err = usbd_req_get_ss_hub_descriptor(udev, NULL, &hubdesc30, nports); in uhub_attach()
|
H A D | usb_request.c | 1503 usbd_req_get_ss_hub_descriptor(struct usb_device *udev, struct lock *lock, function
|