Home
last modified time | relevance | path

Searched refs:sc_port_route (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h471 xhci_port_route_t *sc_port_route; member
Dxhci.c456 if (sc->sc_port_route != NULL) { in xhci_start_controller()
458 (void)sc->sc_port_route(sc->sc_bus.parent, in xhci_start_controller()
1417 if ((address == 0) && (sc->sc_port_route != NULL) && in xhci_set_address()
1422 (void)sc->sc_port_route(sc->sc_bus.parent, 0, ~0); in xhci_set_address()