Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-judyln.dts35 linux,code = <KEY_ASSISTANT>;
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h613 #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h614 #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h614 #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c971 [KEY_ASSISTANT] = "Assistant",
H A Dhid-input.c1207 case 0x1cb: map_key_clear(KEY_ASSISTANT); break; in hidinput_configure_usage()