Home
last modified time | relevance | path

Searched refs:ud_myhub (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/usb/
Dusbdivar.h213 struct usbd_device *ud_myhub; /* upstream hub */ member
Dusb_subr.c1088 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()
Dxhci.c2851 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()
/netbsd/src/sys/dev/ic/
Dsl811hs.c1060 if (dev->ud_myhub->ud_addr != rhaddr) { in slhci_open()