Home | Sort by: relevance | last modified time | path |
/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); |