uhci_run          162 dev/cardbus/uhci_cardbus.c 	uhci_run(&sc->sc, 0);			/* stop the controller */
uhci_run          161 dev/pci/uhci_pci.c 	uhci_run(&sc->sc, 0);			/* stop the controller */
uhci_run          140 dev/usb/uhci.c usbd_status	uhci_run(uhci_softc_t *, int run);
uhci_run          509 dev/usb/uhci.c 	return (uhci_run(sc, 1));		/* and here we go... */
uhci_run          659 dev/usb/uhci.c 	uhci_run(sc, 0); /* stop the controller */
uhci_run          692 dev/usb/uhci.c 		uhci_run(sc, 0); /* stop the controller */
uhci_run          713 dev/usb/uhci.c 			uhci_run(sc, 0); /* in case BIOS has started it */
uhci_run          726 dev/usb/uhci.c 		uhci_run(sc, 1); /* and start traffic again */
uhci_run          190 dev/usb/uhcivar.h usbd_status	uhci_run(uhci_softc_t *, int run);