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

  /src/sys/dev/usb/
ehcivar.h 223 struct callout sc_tmo_intrlist; member in struct:ehci_softc
ehci.c 678 callout_init(&sc->sc_tmo_intrlist, CALLOUT_MPSAFE);
943 callout_reset(&sc->sc_tmo_intrlist,
1422 callout_halt(&sc->sc_tmo_intrlist, NULL);
1423 callout_destroy(&sc->sc_tmo_intrlist);

Completed in 72 milliseconds