Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsmouse.c170 int sc_repeat_button; member
270 sc->sc_repeat_button = -1; in wsmouse_attach()
477 if (sc->sc_repeat_button != -1) { in wsmouse_input()
478 KASSERT(sc->sc_repeat_button >= 0); in wsmouse_input()
480 (1 << sc->sc_repeat_button)); in wsmouse_input()
481 ub &= ~(1 << sc->sc_repeat_button); in wsmouse_input()
482 sc->sc_repeat_button = -1; in wsmouse_input()
512 sc->sc_repeat_button = btnno; in wsmouse_input()
583 if (sc->sc_repeat_button == -1) { in wsmouse_repeat()
590 KASSERT(sc->sc_repeat_button >= 0); in wsmouse_repeat()
[all …]