Home
last modified time | relevance | path

Searched refs:parent_hs_hub (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h213 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ member
Dusb_hub.c266 udev = child->parent_hs_hub; in uhub_tt_buffer_reset_async_locked()
1956 hub = udev->parent_hs_hub->hub; in usb_hs_bandwidth_adjust()
2177 if (xfer->xroot->udev->parent_hs_hub != in usbd_fs_isoc_schedule_alloc_slot()
2178 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2181 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
Dusb_request.c2003 if ((udev->parent_hs_hub != NULL) && in usbd_req_re_enumerate()
2006 if ((udev->parent_hs_hub == parent_hub) && in usbd_req_re_enumerate()
2014 err = usbd_req_clear_tt_buffer(udev->parent_hs_hub, NULL, in usbd_req_re_enumerate()
Dusb_device.c1586 udev->parent_hs_hub = hub; in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2577 if ((udev->parent_hs_hub != NULL) && in xhci_configure_device()
2578 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()
2594 if ((udev->parent_hs_hub != NULL) && in xhci_configure_device()
2595 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()
2648 hubdev = udev->parent_hs_hub; in xhci_configure_device()
Dehci.c1128 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1745 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
3742 (udev->parent_hs_hub == NULL) ||
3743 (udev->parent_hs_hub->hub == NULL))) {