Searched refs:xhci_get_epstate (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 576 xhci_get_epstate(struct xhci_softc * const sc, struct xhci_slot * const xs, in xhci_get_epstate() function 762 if (xhci_get_epstate(sc, xs, dci) != in xhci_suspend() 1116 if (xhci_get_epstate(sc, xs, dci) != in xhci_resume() 2170 if (xhci_get_epstate(sc, xs, dci) != XHCI_EPSTATE_STOPPED) in xhci_close_pipe() 2267 switch (xhci_get_epstate(sc, xs, dci)) { in xhci_pipe_restart() 2278 switch (xhci_get_epstate(sc, xs, dci)) { in xhci_pipe_restart()
|