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

/linux-4.4.14/drivers/input/keyboard/
H A Dimx_keypad.c35 #define KBD_STAT_KDIE (0x1 << 8) /* Key Depress Interrupt Enable Status bit */ macro
267 reg_val |= KBD_STAT_KDIE; imx_keypad_check_for_events()
286 reg_val &= ~KBD_STAT_KDIE; imx_keypad_check_for_events()
299 reg_val &= ~(KBD_STAT_KRIE | KBD_STAT_KDIE); imx_keypad_irq_handler()
347 reg_val |= KBD_STAT_KDIE; imx_keypad_config()
358 reg_val &= ~(KBD_STAT_KRIE | KBD_STAT_KDIE); imx_keypad_inhibit()

Completed in 206 milliseconds