Searched refs:ud_myhub (Results 1 – 4 of 4) sorted by relevance
213 struct usbd_device *ud_myhub; /* upstream hub */ member
1088 if (dev->ud_myhub) { in usbd_properties()1089 struct usbd_device *hdev = dev->ud_myhub; in usbd_properties()1451 dev->ud_myhub = up->up_parent; in usbd_new_device()1458 adev = hub, hub = hub->ud_myhub) in usbd_new_device()
2851 dev->ud_myhub = up->up_parent; in xhci_new_device()3681 for (hub = dev; hub != NULL; hub = hub->ud_myhub) { in xhci_setup_route()3708 adev = hub, hub = hub->ud_myhub) in xhci_setup_route()
1060 if (dev->ud_myhub->ud_addr != rhaddr) { in slhci_open()