Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h621 #define KEY_ACCESSIBILITY 0x24e /* Toggles the system bound accessibility UI/command (HUTRR116) */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h622 #define KEY_ACCESSIBILITY 0x24e /* Toggles the system bound accessibility UI/command (HUTRR116) */
621 #define KEY_ACCESSIBILITY global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h622 #define KEY_ACCESSIBILITY 0x24e /* Toggles the system bound accessibility UI/command (HUTRR116) */ macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c977 [KEY_ACCESSIBILITY] = "Accessibility",
H A Dhid-input.c837 case 0xa: map_key_clear(KEY_ACCESSIBILITY); break; in hidinput_configure_usage()