Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/tablet/
Daiptek.c324 int lastMacro; /* macro key to reset */ member
513 if (aiptek->lastMacro != -1) { in aiptek_irq()
515 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
516 aiptek->lastMacro = -1; in aiptek_irq()
598 if (aiptek->lastMacro != -1) { in aiptek_irq()
600 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
601 aiptek->lastMacro = -1; in aiptek_irq()
661 if (aiptek->lastMacro != -1) { in aiptek_irq()
663 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
664 aiptek->lastMacro = -1; in aiptek_irq()
[all …]