Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dyesno.c79 case KEY_LEFT: in dialog_yesno()
81 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
H A Dinputbox.c146 case KEY_LEFT: in dialog_inputbox()
231 case KEY_LEFT: in dialog_inputbox()
H A Dchecklist.c292 case KEY_LEFT: in dialog_checklist()
294 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
H A Dmenubox.c362 case KEY_LEFT: in dialog_menu()
365 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
H A Dtextbox.c203 case KEY_LEFT: in dialog_textbox()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3229-evb.dts133 <0xef KEY_LEFT>,
162 <0xb8 KEY_LEFT>,
195 <0xef KEY_LEFT>,
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)
H A Dtegra20-harmony.dts548 MATRIX_KEY(0x0D, 0x07, KEY_LEFT)
H A Dtegra20-seaboard.dts671 MATRIX_KEY(0x0D, 0x07, KEY_LEFT)
/rk3399_rockchip-uboot/include/linux/
H A Dinput.h126 #define KEY_LEFT 105 macro
/rk3399_rockchip-uboot/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.c322 case KEY_LEFT: in btn_dialog()
469 case KEY_LEFT: in dialog_inputbox()
637 case KEY_LEFT: in show_scroll_win()
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dcros-ec-keyboard.dtsi102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c189 KEY_RIGHT, KEY_LEFT, KEY_INSERT, KEY_HOME, KEY_END,
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c179 { KEY_LEFT, "\033[D"},
/rk3399_rockchip-uboot/include/dt-bindings/input/
H A Dlinux-event-codes.h179 #define KEY_LEFT 105 macro