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

  /src/sys/dev/ic/
lptvar.h 64 callout_t sc_wakeup_ch; member in struct:lpt_softc
  /src/sys/dev/mvme/
lptvar.h 46 struct callout sc_wakeup_ch; member in struct:lpt_softc
  /src/sys/arch/atari/dev/
lpt.c 97 struct callout sc_wakeup_ch; member in struct:lpt_softc
182 callout_init(&sc->sc_wakeup_ch, 0);
253 callout_reset(&sc->sc_wakeup_ch, STEP, lptwakeup, sc);
269 callout_stop(&sc->sc_wakeup_ch);

Completed in 165 milliseconds