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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c466 int muxmsbuttons; /* Mouse (trackpoint) button state */ member in struct:psm_softc
3694 pb->ipacket[0] &= ~(0x08 | sc->muxmsbuttons);
3695 pb->ipacket[3] &= ~(0x08 | sc->muxmsbuttons);
3720 if (sc->muxmsbuttons & 0x03 || pb->ipacket[0] & 0x03 ||
3724 sc->muxmsbuttons = pb->ipacket[0] & 0x07;

Completed in 111 milliseconds