Searched refs:macroKeyEvents (Results 1 – 1 of 1) sorted by relevance
/drivers/input/tablet/ |
D | aiptek.c | 333 static const int macroKeyEvents[] = { variable 494 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 579 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 642 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 680 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 685 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 719 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 724 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 741 input_report_key(inputdev, macroKeyEvents[macro - 1], in aiptek_irq() 745 input_report_key(inputdev, macroKeyEvents[macro + 1], in aiptek_irq() [all …]
|