Lines Matching refs:sc_repeat_ch
199 callout_t sc_repeat_ch; member
449 callout_init(&sc->sc_repeat_ch, 0); in wskbd_attach()
450 callout_setfunc(&sc->sc_repeat_ch, wskbd_repeat, sc); in wskbd_attach()
514 callout_stop(&sc->sc_repeat_ch); in wskbd_suspend()
586 callout_schedule(&sc->sc_repeat_ch, mstohz(sc->sc_keyrepeat_data.delN)); in wskbd_repeat()
622 callout_halt(&sc->sc_repeat_ch, NULL); in wskbd_detach()
623 callout_destroy(&sc->sc_repeat_ch); in wskbd_detach()
672 callout_stop(&sc->sc_repeat_ch); in wskbd_input()
700 callout_schedule(&sc->sc_repeat_ch, in wskbd_input()
716 callout_schedule(&sc->sc_repeat_ch, in wskbd_input()
831 callout_stop(&sc->sc_repeat_ch); in wskbd_enable()
1246 callout_stop(&sc->sc_repeat_ch); in wskbd_displayioctl()