Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusb_request.h56 usb_error_t usbd_req_get_hub_descriptor(struct usb_device *udev,
H A Dusb_hub.c1162 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_query_info()
1270 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, 1); in uhub_attach()
1292 err = usbd_req_get_hub_descriptor(udev, NULL, &hubdesc20, nports); in uhub_attach()
H A Dusb_request.c1481 usbd_req_get_hub_descriptor(struct usb_device *udev, struct lock *lock, function