Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/lxdialog/
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()
A Dinputbox.c145 case KEY_LEFT: in dialog_inputbox()
230 case KEY_LEFT: in dialog_inputbox()
A Dchecklist.c291 case KEY_LEFT: in dialog_checklist()
293 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
A Dmenubox.c361 case KEY_LEFT: in dialog_menu()
364 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
A Dtextbox.c202 case KEY_LEFT: in dialog_textbox()
/u-boot/include/linux/
A Dinput.h125 #define KEY_LEFT 105 macro
/u-boot/scripts/kconfig/
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()
1319 res == KEY_LEFT){ in conf_choice()
1325 if (res == 27 || res == KEY_LEFT) in conf_choice()
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()
/u-boot/arch/arm/dts/
A Dstm32746g-eval.dts76 linux,code = <KEY_LEFT>;
A Dcros-ec-keyboard.dtsi104 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
A Dsun5i-a13-pocketbook-touch-lux-3.dts60 linux,code = <KEY_LEFT>;
A Dstm32mp157c-ev1.dts52 linux,code = <KEY_LEFT>;
A Dimx6sl-evk.dts567 MATRIX_KEY(0x1, 0x2, KEY_LEFT) /* ROW1, COL2 */
A Dbeacon-renesom-baseboard.dtsi52 linux,code = <KEY_LEFT>;
A Dimx51-babbage.dts420 MATRIX_KEY(1, 1, KEY_LEFT)
A Domap4-sdp.dts575 0x04070069 /* KEY_LEFT */
A Dam437x-sk-evm.dts65 MATRIX_KEY(1, 0, KEY_LEFT)
A Dtegra20-harmony.dts548 MATRIX_KEY(0x0D, 0x07, KEY_LEFT)
A Dtegra20-seaboard.dts671 MATRIX_KEY(0x0D, 0x07, KEY_LEFT)
/u-boot/arch/sandbox/dts/
A Dcros-ec-keyboard.dtsi112 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
/u-boot/drivers/input/
A Dapple_spi_kbd.c52 KEY_LEFT, KEY_DOWN, KEY_UP, KEY_NUMLOCK,
A Dinput.c185 { KEY_LEFT, "[D"},
/u-boot/include/dt-bindings/input/
A Dlinux-event-codes.h179 #define KEY_LEFT 105 macro
/u-boot/arch/sandbox/cpu/
A Dsdl.c380 [SDL_SCANCODE_LEFT] = KEY_LEFT,

Completed in 46 milliseconds