Lines Matching refs:capFourButtons
1870 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3268 /* TouchPad PS/2 absolute mode message format with capFourButtons:
3289 * Without capFourButtons but with nExtendeButtons and/or capMiddle
3456 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3612 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
6520 synhw.capFourButtons = (status[2] & 0x08) != 0;
6548 printf(" capFourButtons: %d\n", synhw.capFourButtons);
6595 * If the capFourButtons support bit is set,
6598 buttons = synhw.capFourButtons ? 1 : 0;