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

  /src/sys/dev/isa/
cec.c 89 callout_t sc_timeout_ch; member in struct:cec_softc
228 callout_init(&sc->sc_timeout_ch, 0);
256 callout_stop(&sc->sc_timeout_ch);
506 callout_reset(&sc->sc_timeout_ch, 5*hz, cectimeout, sc);
cec.c 89 callout_t sc_timeout_ch; member in struct:cec_softc
228 callout_init(&sc->sc_timeout_ch, 0);
256 callout_stop(&sc->sc_timeout_ch);
506 callout_reset(&sc->sc_timeout_ch, 5*hz, cectimeout, sc);

Completed in 169 milliseconds