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

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

Completed in 262 milliseconds