Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmouse.h123 int capAdvancedGestures; member
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1842 if (sc->synhw.capAdvancedGestures || sc->synhw.capReportsV)
1851 if (sc->synhw.capAdvancedGestures)
1860 if (sc->synhw.capAdvancedGestures || sc->synhw.capReportsV)
3399 if (sc->synhw.capAdvancedGestures)
3753 ((sc->synhw.capMultiFinger || sc->synhw.capAdvancedGestures) &&
5926 sc->synhw.capAdvancedGestures == 0))
6324 if ((sc->synhw.capAdvancedGestures || sc->synhw.capReportsV) &&
6620 synhw.capAdvancedGestures = (status[0] & 0x08) != 0;
6690 printf(" capAdvancedGestures: %d\n",
6691 synhw.capAdvancedGestures);
[all...]