Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dadbhid.c229 #define FLAG_POWER_KEY_PRESSED 0x00000040 macro
307 !(ahid->flags & FLAG_POWER_KEY_PRESSED)) { in adbhid_input_keycode()
352 ahid->flags &= ~FLAG_POWER_KEY_PRESSED; in adbhid_input_keycode()
354 ahid->flags |= FLAG_POWER_KEY_PRESSED; in adbhid_input_keycode()