Searched refs:macroKeyEvents (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/input/tablet/ |
| D | aiptek.c | 354 static const int macroKeyEvents[] = { variable 515 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 600 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 663 macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 701 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 706 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 740 input_report_key(inputdev, macroKeyEvents[aiptek->lastMacro], 0); in aiptek_irq() 745 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 762 input_report_key(inputdev, macroKeyEvents[macro - 1], in aiptek_irq() 766 input_report_key(inputdev, macroKeyEvents[macro + 1], in aiptek_irq() [all …]
|