Home
last modified time | relevance | path

Searched refs:sc_repeat_ch (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/wscons/
Dwskbd.c199 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()
[all …]
/netbsd/src/sys/arch/macppc/dev/
Daed.c121 callout_init(&sc->sc_repeat_ch, 0); in aedattach()
348 callout_reset(&sc->sc_repeat_ch, sc->sc_rptinterval, in aed_kbdrpt()
367 callout_stop(&aed_sc->sc_repeat_ch); in aed_dokeyupdown()
371 callout_reset(&aed_sc->sc_repeat_ch, aed_sc->sc_rptdelay, in aed_dokeyupdown()
376 callout_stop(&aed_sc->sc_repeat_ch); in aed_dokeyupdown()
Daedvar.h38 struct callout sc_repeat_ch; member
/netbsd/src/sys/arch/mac68k/dev/
Daed.c131 callout_init(&sc->sc_repeat_ch, 0); in aedattach()
388 callout_reset(&sc->sc_repeat_ch, sc->sc_rptinterval, in aed_kbdrpt()
408 callout_stop(&aed_sc->sc_repeat_ch); in aed_dokeyupdown()
412 callout_reset(&aed_sc->sc_repeat_ch, aed_sc->sc_rptdelay, in aed_dokeyupdown()
417 callout_stop(&aed_sc->sc_repeat_ch); in aed_dokeyupdown()
Daedvar.h38 struct callout sc_repeat_ch; member