Searched refs:sc_rawrepeat_ch (Results 1 – 2 of 2) sorted by relevance
154 struct callout sc_rawrepeat_ch; member241 callout_init(&sc->sc_rawrepeat_ch, 0); in zkbd_attach()242 callout_setfunc(&sc->sc_rawrepeat_ch, zkbd_rawrepeat, sc); in zkbd_attach()352 callout_schedule(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000); in zkbd_rawrepeat()519 callout_schedule(&sc->sc_rawrepeat_ch, in zkbd_poll()522 callout_stop(&sc->sc_rawrepeat_ch); in zkbd_poll()656 callout_stop(&sc->sc_rawrepeat_ch); in zkbd_ioctl()
285 struct callout sc_rawrepeat_ch; member504 callout_init(&sc->sc_rawrepeat_ch, 0); in ukbd_attach()892 callout_stop(&sc->sc_rawrepeat_ch); in ukbd_decode()895 callout_reset(&sc->sc_rawrepeat_ch, in ukbd_decode()964 callout_reset(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000, in ukbd_rawrepeat()990 callout_stop(&sc->sc_rawrepeat_ch); in ukbd_ioctl()