Searched refs:KEY_BACKSPACE (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | curses_keys.h | 58 [0x7f] = KEY_BACKSPACE, 224 [KEY_BACKSPACE] = 14, /* Backspace */ 288 [KEY_BACKSPACE] = QEMU_KEY_BACKSPACE, 499 { "BackSpace", KEY_BACKSPACE },
|
| /openbmc/u-boot/include/linux/ |
| H A D | input.h | 34 #define KEY_BACKSPACE 14 macro
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | cros-ec-keyboard.dtsi | 36 MATRIX_KEY(0x01, 0x0b, KEY_BACKSPACE)
|
| H A D | omap3-evm-common.dtsi | 160 MATRIX_KEY(1, 2, KEY_BACKSPACE)
|
| H A D | tegra20-harmony.dts | 536 MATRIX_KEY(0x0C, 0x02, KEY_BACKSPACE)
|
| H A D | tegra20-seaboard.dts | 658 MATRIX_KEY(0x0C, 0x02, KEY_BACKSPACE)
|
| /openbmc/u-boot/arch/sandbox/dts/ |
| H A D | cros-ec-keyboard.dtsi | 36 MATRIX_KEY(0x01, 0x0b, KEY_BACKSPACE)
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | inputbox.c | 115 case KEY_BACKSPACE: in dialog_inputbox()
|
| /openbmc/u-boot/arch/sandbox/cpu/ |
| H A D | sdl.c | 124 NONE, NONE, NONE, KEY_BACKSPACE, KEY_TAB,
|
| /openbmc/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 88 #define KEY_BACKSPACE 14 macro
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | input-event-codes.h | 89 #define KEY_BACKSPACE 14 macro
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.gui.c | 444 case KEY_BACKSPACE: in dialog_inputbox()
|
| H A D | nconf.c | 1051 } else if (key == KEY_BACKSPACE || key == 127) { in do_match()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp_ncurses.py | 618 if c in (curses.KEY_BACKSPACE,CHAR_BS_H):
|