Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Daiptek.c271 int lastMacro; /* macro key to reset */ member
460 if (aiptek->lastMacro != -1) { in aiptek_irq()
462 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
463 aiptek->lastMacro = -1; in aiptek_irq()
545 if (aiptek->lastMacro != -1) { in aiptek_irq()
547 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
548 aiptek->lastMacro = -1; in aiptek_irq()
608 if (aiptek->lastMacro != -1) { in aiptek_irq()
610 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
611 aiptek->lastMacro = -1; in aiptek_irq()
[all …]