Home
last modified time | relevance | path

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

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h508 #define KEY_LOGOFF 0x1b1 /* AL Logoff */
507 #define KEY_LOGOFF global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h508 #define KEY_LOGOFF 0x1b1 /* AL Logoff */ macro
/linux/drivers/hid/
H A Dhid-debug.c3342 [KEY_LOGOFF] = "Logoff",
H A Dhid-input.c1212 case 0x19c: map_key_clear(KEY_LOGOFF); break; in hidinput_configure_usage()