Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhcivar.h162 usbd_status uhci_run(struct uhci_softc *, int run);
Duhci.c110 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/
Duhci_cardbus.c146 uhci_run(&sc->sc, 0); /* stop the controller */ in uhci_cardbus_attach()
/openbsd/src/sys/dev/pci/
Duhci_pci.c168 uhci_run(&sc->sc, 0); /* stop the controller */ in uhci_pci_attach()