Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Daiptek.c301 static const int macroKeyEvents[] = { variable
462 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
547 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
610 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
629 if (macro >= ARRAY_SIZE(macroKeyEvents)) in aiptek_irq()
650 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
655 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq()
673 if (macro >= ARRAY_SIZE(macroKeyEvents)) in aiptek_irq()
691 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq()
696 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq()
[all …]