Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_device.h218 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ member
H A Dusb_hub.c271 udev = child->parent_hs_hub; in uhub_tt_buffer_reset_async_locked()
1887 hub = udev->parent_hs_hub->hub; in usb_hs_bandwidth_adjust()
2107 if (xfer->xroot->udev->parent_hs_hub != in usbd_fs_isoc_schedule_alloc_slot()
2108 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2111 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
H A Dusb_request.c2084 if (udev->parent_hs_hub != NULL && in usbd_req_re_enumerate()
2087 if (udev->parent_hs_hub == parent_hub && in usbd_req_re_enumerate()
2095 err = usbd_req_clear_tt_buffer(udev->parent_hs_hub, NULL, in usbd_req_re_enumerate()
H A Dusb_device.c1862 udev->parent_hs_hub = hub; in usb_alloc_device()
/freebsd/sys/dev/usb/controller/
H A Dehci.c1178 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()
1777 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()
3659 (udev->parent_hs_hub == NULL) || in ehci_ep_init()
3660 (udev->parent_hs_hub->hub == NULL))) { in ehci_ep_init()
H A Ddwc_otg.c460 udev->parent_hs_hub != NULL && in dwc_otg_uses_split()
461 udev->parent_hs_hub->parent_hub != NULL); in dwc_otg_uses_split()
4845 if (parm->udev->parent_hs_hub->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) in dwc_otg_xfer_setup()
4848 td->tt_index = parm->udev->parent_hs_hub->device_index; in dwc_otg_xfer_setup()