Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dinput.h33 #define KEY_EQUAL 13 macro
/external/libxkbcommon/xkbcommon/test/
Dstate.c402 xkb_state_update_key(state, KEY_EQUAL + EVDEV_OFFSET, XKB_KEY_DOWN); in test_consume()
409 mask = xkb_state_mod_mask_remove_consumed(state, KEY_EQUAL + EVDEV_OFFSET, in test_consume()
414 mask = xkb_state_key_get_consumed_mods(state, KEY_EQUAL + EVDEV_OFFSET); in test_consume()
Devdev-scancodes.h40 #define KEY_EQUAL 13 macro
/external/u-boot/arch/arm/dts/
Dcros-ec-keyboard.dtsi26 MATRIX_KEY(0x00, 0x08, KEY_EQUAL)
Dtegra20-harmony.dts520 MATRIX_KEY(0x07, 0x01, KEY_EQUAL)
Dtegra20-seaboard.dts638 MATRIX_KEY(0x07, 0x01, KEY_EQUAL)
/external/u-boot/arch/sandbox/dts/
Dcros-ec-keyboard.dtsi26 MATRIX_KEY(0x00, 0x08, KEY_EQUAL)
/external/u-boot/arch/sandbox/cpu/
Dsdl.c125 NONE, KEY_EQUAL, NONE, NONE, NONE,
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h87 #define KEY_EQUAL 13 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h88 #define KEY_EQUAL 13 macro
/external/strace/xlat/
Devdev_keycode.h97 #if defined(KEY_EQUAL) || (defined(HAVE_DECL_KEY_EQUAL) && HAVE_DECL_KEY_EQUAL)
99 static_assert((KEY_EQUAL) == (13), "KEY_EQUAL != 13");
102 # define KEY_EQUAL 13
3858 [KEY_EQUAL] = XLAT(KEY_EQUAL),
Devdev_keycode.in16 KEY_EQUAL 13
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c60 [KEY_MINUS] = "Minus", [KEY_EQUAL] = "Equal",
/external/autotest/client/bin/input/
Dlinux_input.py200 KEY_EQUAL = 13 variable