Home
last modified time | relevance | path

Searched refs:KEY_EV_PRESSED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dadp5589-keys.c198 #define KEY_EV_PRESSED BIT(7) macro
557 key & KEY_EV_PRESSED); in adp5589_report_switches()
577 key & KEY_EV_PRESSED); in adp5589_report_events()
612 return (i + 1) | KEY_EV_PRESSED; in adp5589_get_evcode()
H A Dadp5588-keys.c164 #define KEY_EV_PRESSED BIT(7) macro
531 int key_press = key & KEY_EV_PRESSED; in adp5588_report_events()