Searched refs:macroKeyEvents (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/tablet/ |
H A 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() 685 input_report_key(inputdev, macroKeyEvents[macro], 1); 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() 763 input_report_key(inputdev, macroKeyEvents[macro], 1); in aiptek_irq() 1771 for (i = 0; i < ARRAY_SIZE(macroKeyEvents); ++i) in aiptek_probe() [all …]
|