Home
last modified time | relevance | path

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

/drivers/input/tablet/
Daiptek.c303 int lastMacro; /* macro key to reset */ member
492 if (aiptek->lastMacro != -1) { in aiptek_irq()
494 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
495 aiptek->lastMacro = -1; in aiptek_irq()
577 if (aiptek->lastMacro != -1) { in aiptek_irq()
579 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
580 aiptek->lastMacro = -1; in aiptek_irq()
640 if (aiptek->lastMacro != -1) { in aiptek_irq()
642 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
643 aiptek->lastMacro = -1; in aiptek_irq()
[all …]