Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Daiptek.c247 int stylusButtonUpper; /* stylus upper btn delivers... */ member
491 pck = (data[5] & aiptek->curSetting.stylusButtonUpper) != 0 ? 1 : 0; in aiptek_irq()
626 pck = (data[1] & aiptek->curSetting.stylusButtonUpper) != 0 ? 1 : 0; in aiptek_irq()
1345 aiptek->curSetting.stylusButtonUpper)); in show_tabletStylusUpper()
1357 aiptek->newSetting.stylusButtonUpper = new_button; in store_tabletStylusUpper()
1692 aiptek->curSetting.stylusButtonUpper = AIPTEK_STYLUS_UPPER_BUTTON; in aiptek_probe()