Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h597 #define KEY_TASKMANAGER 0x241 /* AL Task/Project Manager */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h607 #define KEY_TASKMANAGER 0x241 /* AL Task/Project Manager */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h608 #define KEY_TASKMANAGER 0x241 /* AL Task/Project Manager */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h608 #define KEY_TASKMANAGER 0x241 /* AL Task/Project Manager */ macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c965 [KEY_TASKMANAGER] = "TaskManager",
H A Dhid-input.c1182 case 0x18f: map_key_clear(KEY_TASKMANAGER); break; in hidinput_configure_usage()