Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tablet/
H A Daiptek.c492 if (aiptek->lastMacro != -1) { in aiptek_irq()
495 aiptek->lastMacro = -1; in aiptek_irq()
577 if (aiptek->lastMacro != -1) { in aiptek_irq()
580 aiptek->lastMacro = -1; in aiptek_irq()
679 if (aiptek->lastMacro != -1 && aiptek->lastMacro != macro) { in aiptek_irq()
681 aiptek->lastMacro = -1; in aiptek_irq()
686 aiptek->lastMacro = macro; in aiptek_irq()
718 if (aiptek->lastMacro != -1 && aiptek->lastMacro != macro) { in aiptek_irq()
720 aiptek->lastMacro = -1; in aiptek_irq()
725 aiptek->lastMacro = macro; in aiptek_irq()
[all …]