Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dnxp-bbnsm-pwrkey.c26 #define BBNSM_BTN_PRESSED BIT(7) macro
53 state = state & BBNSM_BTN_PRESSED ? 1 : 0; in bbnsm_pwrkey_check_for_events()