Searched refs:parent_hs_hub (Results 1 – 6 of 6) sorted by relevance
213 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ member
265 udev = child->parent_hs_hub; in uhub_tt_buffer_reset_async_locked()1950 hub = udev->parent_hs_hub->hub; in usb_hs_bandwidth_adjust()2170 if (xfer->xroot->udev->parent_hs_hub != in usbd_fs_isoc_schedule_alloc_slot()2171 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()2174 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2026 if ((udev->parent_hs_hub != NULL) && in usbd_req_re_enumerate()2029 if ((udev->parent_hs_hub == parent_hub) && in usbd_req_re_enumerate()2037 err = usbd_req_clear_tt_buffer(udev->parent_hs_hub, NULL, in usbd_req_re_enumerate()
1575 udev->parent_hs_hub = hub; in usb_alloc_device()
2557 if ((udev->parent_hs_hub != NULL) && in xhci_configure_device()2558 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()2574 if ((udev->parent_hs_hub != NULL) && in xhci_configure_device()2575 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device()2628 hubdev = udev->parent_hs_hub; in xhci_configure_device()
1125 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_non_isoc_done_sub()1732 if ((xfer->xroot->udev->parent_hs_hub != NULL) || in ehci_setup_standard_chain()3709 (udev->parent_hs_hub == NULL) ||3710 (udev->parent_hs_hub->hub == NULL))) {