Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Daiptek.c316 int lastMacro; /* macro key to reset */ member
505 if (aiptek->lastMacro != -1) { in aiptek_irq()
507 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
508 aiptek->lastMacro = -1; in aiptek_irq()
590 if (aiptek->lastMacro != -1) { in aiptek_irq()
592 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
593 aiptek->lastMacro = -1; in aiptek_irq()
653 if (aiptek->lastMacro != -1) { in aiptek_irq()
655 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
656 aiptek->lastMacro = -1; in aiptek_irq()
[all …]