HomeSort by: relevance | last modified time | path
    Searched defs:sc_repeat_ch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mac68k/dev/
aedvar.h 38 struct callout sc_repeat_ch; member in struct:aed_softc
  /src/sys/arch/macppc/dev/
aedvar.h 38 struct callout sc_repeat_ch; member in struct:aed_softc
  /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...]

Completed in 12 milliseconds