Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dmouse.h106 int capFourButtons; member
/freebsd-12.1/sys/dev/atkbdc/
H A Dpsm.c1866 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3430 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3589 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
6380 synhw.capFourButtons = (status[2] & 0x08) != 0;
6408 printf(" capFourButtons: %d\n", synhw.capFourButtons);
6458 buttons = synhw.capFourButtons ? 1 : 0;