| uhci.c | 169 Static usbd_status	uhci_run(uhci_softc_t *, int); 590 	err = uhci_run(sc, 1);		/* and here we go... */
 726 		uhci_run(sc, 0);
 739 	uhci_run(sc, 1); /* and start traffic again */
 774 	uhci_run(sc, 0); /* stop the controller */
 1781 uhci_run(uhci_softc_t *sc, int run)  function in typeref:typename:usbd_status
 
 |