Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h622 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h623 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/
622 #define KEY_DO_NOT_DISTURB global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h623 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/ macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c978 [KEY_DO_NOT_DISTURB] = "DoNotDisturb",
H A Dhid-input.c820 map_key_clear(KEY_DO_NOT_DISTURB); break; in hidinput_configure_usage()