Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmouse.h117 int capReportsV; member
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1837 if (sc->synhw.capAdvancedGestures || sc->synhw.capReportsV)
1839 if (sc->synhw.capReportsV)
1853 evdev_support_nfingers(evdev_a, sc->synhw.capReportsV ? 5 : 3);
1855 if (sc->synhw.capAdvancedGestures || sc->synhw.capReportsV)
3399 else if (sc->synhw.capReportsV)
3422 if (sc->synhw.capReportsV && ew_finger_count > 3) {
3524 if (sc->synhw.capReportsV && nfingers > 1)
3743 !sc->synhw.capReportsV && nfingers > 1) ||
3744 (sc->synhw.capReportsV && nfingers > 2) ||
6262 if ((sc->synhw.capAdvancedGestures || sc->synhw.capReportsV) &&
[all …]