Home
last modified time | relevance | path

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

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h629 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/ macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h629 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/ macro
/linux/drivers/hid/
H A Dhid-debug.c3375 [KEY_DO_NOT_DISTURB] = "DoNotDisturb",
H A Dhid-input.c843 map_key_clear(KEY_DO_NOT_DISTURB); break; in hidinput_configure_usage()