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

  /src/sys/dev/wscons/
wsmouse.c 170 int sc_repeat_button; member in struct:wsmouse_softc
270 sc->sc_repeat_button = -1;
470 if (sc->sc_repeat_button != -1) {
471 KASSERT(sc->sc_repeat_button >= 0);
473 (1 << sc->sc_repeat_button));
474 ub &= ~(1 << sc->sc_repeat_button);
475 sc->sc_repeat_button = -1;
505 sc->sc_repeat_button = btnno;
576 if (sc->sc_repeat_button == -1) {
583 KASSERT(sc->sc_repeat_button >= 0)
    [all...]
wsmouse.c 170 int sc_repeat_button; member in struct:wsmouse_softc
270 sc->sc_repeat_button = -1;
470 if (sc->sc_repeat_button != -1) {
471 KASSERT(sc->sc_repeat_button >= 0);
473 (1 << sc->sc_repeat_button));
474 ub &= ~(1 << sc->sc_repeat_button);
475 sc->sc_repeat_button = -1;
505 sc->sc_repeat_button = btnno;
576 if (sc->sc_repeat_button == -1) {
583 KASSERT(sc->sc_repeat_button >= 0)
    [all...]

Completed in 26 milliseconds