Home
last modified time | relevance | path

Searched refs:KEY_LEFT (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/ui/
H A Dcurses_keys.h244 [KEY_LEFT] = 75 | GREY, /* Left Arrow */
285 [KEY_LEFT] = QEMU_KEY_LEFT,
503 { "Left", KEY_LEFT },
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dyesno.c78 case KEY_LEFT: in dialog_yesno()
80 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
H A Dinputbox.c145 case KEY_LEFT: in dialog_inputbox()
230 case KEY_LEFT: in dialog_inputbox()
H A Dchecklist.c291 case KEY_LEFT: in dialog_checklist()
293 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
H A Dmenubox.c361 case KEY_LEFT: in dialog_menu()
364 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
H A Dtextbox.c202 case KEY_LEFT: in dialog_textbox()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/
H A Dmedion_155.rc523 0x15 KEY_LEFT
H A Dmedion_088.rc523 0x15 KEY_LEFT
H A Dhauppauge_grey.rc523 0x11 KEY_LEFT
H A Dphilips1358.rc516 0x11 KEY_LEFT
H A Dtechnotrend.rc539 0x0e KEY_LEFT
H A Dhauppauge2.rc539 0x24 KEY_LEFT
H A Dactivy.rcmm31 0x5a KEY_LEFT
H A Dgalaxis.rcmm32 0x5a KEY_LEFT
/openbmc/u-boot/include/linux/
H A Dinput.h125 #define KEY_LEFT 105 macro
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c430 *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 Dnconf.gui.c323 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 Dcros-ec-keyboard.dtsi102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
H A Dimx6sl-evk.dts539 MATRIX_KEY(0x1, 0x2, KEY_LEFT) /* ROW1, COL2 */
H A Dam437x-sk-evm.dts68 MATRIX_KEY(1, 0, KEY_LEFT)
/openbmc/u-boot/arch/sandbox/dts/
H A Dcros-ec-keyboard.dtsi102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c204 KEY_RIGHT, KEY_LEFT, KEY_INSERT, KEY_HOME, KEY_END,
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h179 #define KEY_LEFT 105 macro
/openbmc/u-boot/drivers/input/
H A Dinput.c181 { KEY_LEFT, "\033[D"},
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h180 #define KEY_LEFT 105 macro

12