Home
last modified time | relevance | path

Searched refs:KEY_LEFTMETA (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dinput.h147 #define KEY_LEFTMETA 125 macro
/openbmc/u-boot/arch/arm/dts/
H A Dcros-ec-keyboard.dtsi21 MATRIX_KEY(0x00, 0x01, KEY_LEFTMETA)
H A Dtegra20-seaboard.dts599 MATRIX_KEY(0x01, 0x07, KEY_LEFTMETA)
/openbmc/u-boot/arch/sandbox/dts/
H A Dcros-ec-keyboard.dtsi21 MATRIX_KEY(0x00, 0x01, KEY_LEFTMETA)
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c216 KEY_LEFTMETA, NONE, KEY_FN, NONE, KEY_COMPOSE,
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h201 #define KEY_LEFTMETA 125 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h202 #define KEY_LEFTMETA 125 macro
/openbmc/qemu/ui/
H A Dinput-linux.c113 return il->keydown[KEY_LEFTMETA] && in input_linux_check_toggle()