Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/tablet/
Daiptek.c300 int stylusButtonLower; /* stylus lower btn delivers... */ member
543 bs = (data[5] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0; in aiptek_irq()
678 bs = (data[1] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0; in aiptek_irq()
1428 aiptek->curSetting.stylusButtonLower)); in show_tabletStylusLower()
1440 aiptek->newSetting.stylusButtonLower = new_button; in store_tabletStylusLower()
1755 aiptek->curSetting.stylusButtonLower = AIPTEK_STYLUS_LOWER_BUTTON; in aiptek_probe()