Searched refs:ohci_rhsc_enable (Results 1 – 1 of 1) sorted by relevance
208 Static void ohci_rhsc_enable(void *);373 usb_uncallout(sc->sc_tmo_rhsc, ohci_rhsc_enable, sc); in ohci_detach()1212 usb_callout(sc->sc_tmo_rhsc, hz, ohci_rhsc_enable, sc); in ohci_intr1()1243 ohci_rhsc_enable(void *v_sc) in ohci_rhsc_enable() function