Searched refs:uhci_run (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | uhcivar.h | 162 usbd_status uhci_run(struct uhci_softc *, int run);
|
| D | uhci.c | 110 usbd_status uhci_run(struct uhci_softc *, int run); 488 return (uhci_run(sc, 1)); /* and here we go... */ in uhci_init() 505 uhci_run(sc, 0); /* stop the controller */ in uhci_activate() 521 uhci_run(sc, 0); /* stop the controller */ in uhci_activate() 532 uhci_run(sc, 0); /* in case BIOS has started it */ in uhci_activate() 545 uhci_run(sc, 1); /* and start traffic again */ in uhci_activate() 1371 uhci_run(struct uhci_softc *sc, int run) in uhci_run() function
|
| /openbsd/src/sys/dev/cardbus/ |
| D | uhci_cardbus.c | 146 uhci_run(&sc->sc, 0); /* stop the controller */ in uhci_cardbus_attach()
|
| /openbsd/src/sys/dev/pci/ |
| D | uhci_pci.c | 168 uhci_run(&sc->sc, 0); /* stop the controller */ in uhci_pci_attach()
|