Home
last modified time | relevance | path

Searched refs:TM2_TOUCHKEY_BIT_PRESS_EV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dtm2-touchkey.c32 #define TM2_TOUCHKEY_BIT_PRESS_EV BIT(3) macro
159 if (data & TM2_TOUCHKEY_BIT_PRESS_EV) { in tm2_touchkey_irq_handler()
172 data & TM2_TOUCHKEY_BIT_PRESS_EV) { in tm2_touchkey_irq_handler()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dtm2-touchkey.c31 #define TM2_TOUCHKEY_BIT_PRESS_EV BIT(3) macro
160 if (data & TM2_TOUCHKEY_BIT_PRESS_EV) { in tm2_touchkey_irq_handler()
173 data & TM2_TOUCHKEY_BIT_PRESS_EV) { in tm2_touchkey_irq_handler()

Completed in 2 milliseconds