Searched refs:capAdvancedGestures (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dmouse.h125 int capAdvancedGestures; member in struct:synapticshw
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c1843 if (sc->synhw.capAdvancedGestures)
1852 if (sc->synhw.capAdvancedGestures || sc->synhw.capReportsV)
3396 if (sc->synhw.capAdvancedGestures)
3753 ((sc->synhw.capMultiFinger || sc->synhw.capAdvancedGestures) &&
5875 sc->synhw.capAdvancedGestures == 0))
6232 if ((sc->synhw.capAdvancedGestures || sc->synhw.capReportsV) &&
6508 synhw.capAdvancedGestures = (status[0] & 0x08) != 0;
6592 printf(" capAdvancedGestures: %d\n",
6593 synhw.capAdvancedGestures);
7106 sc->synhw.capAdvancedGestures
[all...]

Completed in 168 milliseconds