Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tablet/
H A Daiptek.c279 int stylusButtonUpper; /* stylus upper btn delivers... */ member
523 pck = (data[5] & aiptek->curSetting.stylusButtonUpper) != 0 ? 1 : 0; in aiptek_irq()
658 pck = (data[1] & aiptek->curSetting.stylusButtonUpper) != 0 ? 1 : 0; in aiptek_irq()
1372 aiptek->curSetting.stylusButtonUpper)); in show_tabletStylusUpper()
1384 aiptek->newSetting.stylusButtonUpper = new_button; in store_tabletStylusUpper()
1719 aiptek->curSetting.stylusButtonUpper = AIPTEK_STYLUS_UPPER_BUTTON; in aiptek_probe()