Searched refs:fpcount (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c447 int fpcount; /* forcePad valid packet counter */ member in struct:psm_softc
3577 sc->fpcount = 0;
3580 if (clickpad_pressed && sc->fpcount < INT_MAX)
3581 ++sc->fpcount;
3585 sc->fpcount = 0;
3586 if (sc->fpcount >= sc->syninfo.window_min)
3705 if (butt != sc->muxtpbuttons && sc->fpcount < 1) {
3710 ++sc->fpcount;
3712 sc->fpcount = 0;

Completed in 125 milliseconds