/src/sys/arch/mac68k/dev/ |
aedvar.h | 38 struct callout sc_repeat_ch; member in struct:aed_softc
|
aed.c | 131 callout_init(&sc->sc_repeat_ch, 0); 388 callout_reset(&sc->sc_repeat_ch, sc->sc_rptinterval, 408 callout_stop(&aed_sc->sc_repeat_ch); 412 callout_reset(&aed_sc->sc_repeat_ch, aed_sc->sc_rptdelay, 417 callout_stop(&aed_sc->sc_repeat_ch);
|
/src/sys/arch/macppc/dev/ |
aedvar.h | 38 struct callout sc_repeat_ch; member in struct:aed_softc
|
aed.c | 121 callout_init(&sc->sc_repeat_ch, 0); 348 callout_reset(&sc->sc_repeat_ch, sc->sc_rptinterval, 367 callout_stop(&aed_sc->sc_repeat_ch); 371 callout_reset(&aed_sc->sc_repeat_ch, aed_sc->sc_rptdelay, 376 callout_stop(&aed_sc->sc_repeat_ch);
|
/src/sys/dev/wscons/ |
wskbd.c | 199 callout_t sc_repeat_ch; member in struct:wskbd_softc 449 callout_init(&sc->sc_repeat_ch, 0); 450 callout_setfunc(&sc->sc_repeat_ch, wskbd_repeat, sc); 514 callout_stop(&sc->sc_repeat_ch); 586 callout_schedule(&sc->sc_repeat_ch, mstohz(sc->sc_keyrepeat_data.delN)); 622 callout_halt(&sc->sc_repeat_ch, NULL); 623 callout_destroy(&sc->sc_repeat_ch); 672 callout_stop(&sc->sc_repeat_ch); 700 callout_schedule(&sc->sc_repeat_ch, 716 callout_schedule(&sc->sc_repeat_ch, [all...] |