Searched refs:parent_hs_hub (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_device.h218 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ member in struct:usb_device
H A Dusb_hub.c271 udev = child->parent_hs_hub;
1887 hub = udev->parent_hs_hub->hub;
2107 if (xfer->xroot->udev->parent_hs_hub !=
2108 isoc_xfer->xroot->udev->parent_hs_hub) {
2111 if ((isoc_xfer->xroot->udev->parent_hs_hub->
H A Dusb_request.c2084 if (udev->parent_hs_hub != NULL &&
2087 if (udev->parent_hs_hub == parent_hub &&
2095 err = usbd_req_clear_tt_buffer(udev->parent_hs_hub, NULL,
H A Dusb_device.c1861 udev->parent_hs_hub = hub;
/freebsd-current/sys/dev/usb/controller/
H A Dxhci.c2570 if (udev->parent_hs_hub != NULL &&
2571 udev->parent_hs_hub->ddesc.bDeviceProtocol ==
2587 if (udev->parent_hs_hub != NULL &&
2588 udev->parent_hs_hub->ddesc.bDeviceProtocol ==
2624 hubdev = udev->parent_hs_hub;
H A Ddwc_otg.c460 udev->parent_hs_hub != NULL &&
461 udev->parent_hs_hub->parent_hub != NULL);
4845 if (parm->udev->parent_hs_hub->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT)
4848 td->tt_index = parm->udev->parent_hs_hub->device_index;
H A Dehci.c1178 if ((xfer->xroot->udev->parent_hs_hub != NULL) ||
1777 if ((xfer->xroot->udev->parent_hs_hub != NULL) ||
3659 (udev->parent_hs_hub == NULL) ||
3660 (udev->parent_hs_hub->hub == NULL))) {

Completed in 196 milliseconds