Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhci.c169 Static usbd_status uhci_run(uhci_softc_t *, int);
590 err = uhci_run(sc, 1); /* and here we go... */ in uhci_init()
726 uhci_run(sc, 0); in uhci_resume()
739 uhci_run(sc, 1); /* and start traffic again */ in uhci_resume()
774 uhci_run(sc, 0); /* stop the controller */ in uhci_suspend()
1781 uhci_run(uhci_softc_t *sc, int run) in uhci_run() function