Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmouse.h104 int capFourButtons; member
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1868 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3451 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3607 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
6504 synhw.capFourButtons = (status[2] & 0x08) != 0;
6532 printf(" capFourButtons: %d\n", synhw.capFourButtons);
6582 buttons = synhw.capFourButtons ? 1 : 0;