HomeSort by: relevance | last modified time | path
    Searched refs:sc_compcallout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcivar.h 183 callout_t sc_compcallout; member in struct:ehci_softc
ehci.c 473 callout_init(&sc->sc_compcallout, CALLOUT_MPSAFE);
1416 callout_halt(&sc->sc_compcallout, NULL);
1417 callout_destroy(&sc->sc_compcallout);
2775 callout_reset(&sc->sc_compcallout, ehci_disown_delay_seconds * hz,

Completed in 15 milliseconds