Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dusb_subr.c1065 dev->myhub = up->parent; in usbd_new_device()
1074 adev = hub, hub = hub->myhub) in usbd_new_device()
1200 usbd_port_disown_to_1_1(dev->myhub, port); in usbd_new_device()
1202 usbd_reset_port(dev->myhub, port); in usbd_new_device()
1345 for (hub = dev->myhub; hub && hub->depth > 1; hub = hub->myhub) { in usbd_get_routestring()
1374 dev->myhub == NULL || in usbd_get_location()
Dusbdivar.h155 struct usbd_device *myhub; /* upstream hub */ member
Dxhci.c1495 for (hub = pipe->device; hub->myhub->depth; hub = hub->myhub) { in xhci_context_setup()
1497 uint32_t depth = hub->myhub->depth; in xhci_context_setup()
Dif_uath.c239 sc->sc_uhub = uaa->device->myhub; in uath_attach()