Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
H A Dpsm.c480 int muxtpbuttons; /* Touchpad button state */ member
3715 if (butt != sc->muxtpbuttons && sc->fpcount < 1) {
3717 pb->ipacket[0] |= sc->muxtpbuttons & 0x03;
3719 pb->ipacket[3] |= sc->muxtpbuttons >> 2 & 0x03;
3723 sc->muxtpbuttons = butt;
3747 pb->ipacket[0] = 0x84 | (sc->muxtpbuttons & 0x03);
3748 pb->ipacket[3] = 0xc4 | (sc->muxtpbuttons >> 2 & 0x03);