Lines Matching defs:button
175 uint8_t button;
561 * generic gpio pin, mapped to touchpad button(s)
567 /* find this machine's button config */
583 "button map device \"%s\"/\"%s\" on %s: "
849 sc->button = !(msg[1] & (1 << sc->t19_button_bit));
851 DPRINTF(("%s: button is %d\n", sc->sc_dev.dv_xname, sc->button));
854 wsmouse_buttons(sc->sc_wsmousedev, sc->button);
912 "button=%d\n", sc->sc_dev.dv_xname, type, x, y, id,
913 pressure, sc->button));