Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/
Dusb_device.h219 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ member
Dusb_hub.c307 udev = child->parent_hs_hub; in uhub_tt_buffer_reset_async_locked()
1909 hub = udev->parent_hs_hub->hub; in usb_hs_bandwidth_adjust()
2130 if (xfer->xroot->udev->parent_hs_hub != in usbd_fs_isoc_schedule_alloc_slot()
2131 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2134 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
Dusb_request.c2088 if (udev->parent_hs_hub != NULL && in usbd_req_re_enumerate()
2091 if (udev->parent_hs_hub == parent_hub && in usbd_req_re_enumerate()
2099 err = usbd_req_clear_tt_buffer(udev->parent_hs_hub, NULL, in usbd_req_re_enumerate()
Dusb_device.c1859 udev->parent_hs_hub = hub; in usb_alloc_device()
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.c2635 if (udev->parent_hs_hub != NULL && in xhci_configure_device()
2636 udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()
2652 if (udev->parent_hs_hub != NULL && in xhci_configure_device()
2653 udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()
2689 hubdev = udev->parent_hs_hub; in xhci_configure_device()
Dehci.c1183 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1794 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
3764 (udev->parent_hs_hub == NULL) || in ehci_ep_init()
3765 (udev->parent_hs_hub->hub == NULL))) { in ehci_ep_init()
Ddwc_otg.c464 udev->parent_hs_hub != NULL && in dwc_otg_uses_split()
465 udev->parent_hs_hub->parent_hub != NULL); in dwc_otg_uses_split()
4902 if (parm->udev->parent_hs_hub->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) in dwc_otg_xfer_setup()
4905 td->tt_index = parm->udev->parent_hs_hub->device_index; in dwc_otg_xfer_setup()
Dsaf1761_otg.c3487 if (parm->udev->parent_hs_hub != NULL) { in saf1761_otg_xfer_setup()