Home
last modified time | relevance | path

Searched refs:KEY_Y (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py11 from linux_input import (KEY_D, KEY_M, KEY_X, KEY_Y, KEY_ENTER, KEY_SPACE,
230 TFK.YES = KEY_Y
/external/u-boot/include/linux/
Dinput.h41 #define KEY_Y 21 macro
/external/u-boot/arch/arm/dts/
Dcros-ec-keyboard.dtsi44 MATRIX_KEY(0x02, 0x06, KEY_Y)
Dtegra20-harmony.dts507 MATRIX_KEY(0x05, 0x03, KEY_Y)
Dtegra20-seaboard.dts623 MATRIX_KEY(0x05, 0x03, KEY_Y)
/external/u-boot/arch/sandbox/dts/
Dcros-ec-keyboard.dtsi44 MATRIX_KEY(0x02, 0x06, KEY_Y)
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h48 #define KEY_Y 21 macro
/external/u-boot/arch/sandbox/cpu/
Dsdl.c143 KEY_X, KEY_Y, KEY_Z, NONE, NONE,
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h95 #define KEY_Y 21 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h96 #define KEY_Y 21 macro
/external/strace/xlat/
Devdev_keycode.h153 #if defined(KEY_Y) || (defined(HAVE_DECL_KEY_Y) && HAVE_DECL_KEY_Y)
155 static_assert((KEY_Y) == (21), "KEY_Y != 21");
158 # define KEY_Y 21
3866 [KEY_Y] = XLAT(KEY_Y),
Devdev_keycode.in24 KEY_Y 21
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c64 [KEY_T] = "T", [KEY_Y] = "Y",
/external/autotest/client/bin/input/
Dlinux_input.py208 KEY_Y = 21 variable