Lines Matching defs:sc_repeat_ch
199 callout_t sc_repeat_ch;
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,
831 callout_stop(&sc->sc_repeat_ch);
1246 callout_stop(&sc->sc_repeat_ch);