Searched refs:KEY_LEFT (Results 1 – 25 of 27) sorted by relevance
12
| /openbmc/qemu/ui/ |
| H A D | curses_keys.h | 244 [KEY_LEFT] = 75 | GREY, /* Left Arrow */ 285 [KEY_LEFT] = QEMU_KEY_LEFT, 503 { "Left", KEY_LEFT },
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | yesno.c | 78 case KEY_LEFT: in dialog_yesno() 80 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
|
| H A D | inputbox.c | 145 case KEY_LEFT: in dialog_inputbox() 230 case KEY_LEFT: in dialog_inputbox()
|
| H A D | checklist.c | 291 case KEY_LEFT: in dialog_checklist() 293 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
|
| H A D | menubox.c | 361 case KEY_LEFT: in dialog_menu() 364 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
|
| H A D | textbox.c | 202 case KEY_LEFT: in dialog_textbox()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/ |
| H A D | medion_155.rc5 | 23 0x15 KEY_LEFT
|
| H A D | medion_088.rc5 | 23 0x15 KEY_LEFT
|
| H A D | hauppauge_grey.rc5 | 23 0x11 KEY_LEFT
|
| H A D | philips1358.rc5 | 16 0x11 KEY_LEFT
|
| H A D | technotrend.rc5 | 39 0x0e KEY_LEFT
|
| H A D | hauppauge2.rc5 | 39 0x24 KEY_LEFT
|
| H A D | activy.rcmm | 31 0x5a KEY_LEFT
|
| H A D | galaxis.rcmm | 32 0x5a KEY_LEFT
|
| /openbmc/u-boot/include/linux/ |
| H A D | input.h | 125 #define KEY_LEFT 105 macro
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 430 *key = KEY_LEFT; in handle_f5() 1138 res == KEY_LEFT || res == KEY_RIGHT || in conf() 1146 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf() 1322 res == KEY_LEFT){ in conf_choice() 1328 if (res == 27 || res == KEY_LEFT) in conf_choice()
|
| H A D | nconf.gui.c | 323 case KEY_LEFT: in btn_dialog() 470 case KEY_LEFT: in dialog_inputbox() 638 case KEY_LEFT: in show_scroll_win()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | cros-ec-keyboard.dtsi | 102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
|
| H A D | imx6sl-evk.dts | 539 MATRIX_KEY(0x1, 0x2, KEY_LEFT) /* ROW1, COL2 */
|
| H A D | am437x-sk-evm.dts | 68 MATRIX_KEY(1, 0, KEY_LEFT)
|
| /openbmc/u-boot/arch/sandbox/dts/ |
| H A D | cros-ec-keyboard.dtsi | 102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
|
| /openbmc/u-boot/arch/sandbox/cpu/ |
| H A D | sdl.c | 204 KEY_RIGHT, KEY_LEFT, KEY_INSERT, KEY_HOME, KEY_END,
|
| /openbmc/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 179 #define KEY_LEFT 105 macro
|
| /openbmc/u-boot/drivers/input/ |
| H A D | input.c | 181 { KEY_LEFT, "\033[D"},
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | input-event-codes.h | 180 #define KEY_LEFT 105 macro
|
12