| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | yesno.c | 32 int i, x, y, key = 0, button = 0; in dialog_yesno() local 81 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno() 83 print_buttons(dialog, height, width, button); in dialog_yesno() 89 return button; in dialog_yesno()
|
| H A D | inputbox.c | 36 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local 110 if (button == -1) { /* Input box selected */ in dialog_inputbox() 232 switch (button) { in dialog_inputbox() 234 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 238 button = -1; /* Indicates input box is selected */ in dialog_inputbox() 244 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 252 switch (button) { in dialog_inputbox() 254 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 258 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 262 button = -1; /* Indicates input box is selected */ in dialog_inputbox() [all …]
|
| H A D | checklist.c | 109 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 278 button = 1; in dialog_checklist() 290 return button; in dialog_checklist() 294 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist() 295 ? 1 : (button > 1 ? 0 : button); in dialog_checklist() 297 print_buttons(dialog, height, width, button); in dialog_checklist()
|
| H A D | menubox.c | 177 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 365 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu() 366 ? 4 : (button > 4 ? 0 : button); in dialog_menu() 368 print_buttons(dialog, height, width, button); in dialog_menu() 405 return button; in dialog_menu()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun4i-a10-inet9f-rev03.dts | 71 button@0 { 79 button@1 { 87 button@2 { 95 button@3 { 103 button@4 { 111 button@5 { 119 button@6 { 127 button@7 { 135 button@8 { 143 button@9 { [all …]
|
| H A D | sun7i-a20-olinuxino-micro.dts | 146 button@191 { 153 button@392 { 160 button@601 { 167 button@795 { 174 button@987 { 181 button@1184 { 188 button@1398 {
|
| H A D | sun7i-a20-olimex-som-evb.dts | 123 button@190 { 130 button@390 { 137 button@600 { 144 button@800 { 151 button@980 { 158 button@1180 { 165 button@1400 {
|
| H A D | sun4i-a10-inet97fv2.dts | 112 button@200 { 119 button@600 { 126 button@800 { 133 button@1000 { 140 button@1200 {
|
| H A D | rk3126-evb.dts | 34 button-up { 40 button-down {
|
| H A D | sun5i-a13-olinuxino.dts | 112 button@191 { 119 button@392 { 126 button@601 { 133 button@795 { 140 button@987 {
|
| H A D | sun5i-a10s-olinuxino-micro.dts | 131 button@191 { 138 button@392 { 145 button@601 { 152 button@795 { 159 button@987 {
|
| H A D | sun6i-a31s-inet-q972.dts | 76 button@200 { 83 button@900 { 90 button@1200 {
|
| H A D | rk3288-phycore-rdk.dts | 64 button@0 { 71 button@1 { 187 user_button_pins: user-button-pins { 188 /* button 1 */ 190 /* button 2 */
|
| H A D | sun8i-a23-evb.dts | 84 button@190 { 91 button@390 { 98 button@600 {
|
| H A D | sun4i-a10-chuwi-v7-cw0825.dts | 107 button@800 { 114 button@1000 { 121 button@1200 {
|
| H A D | sun4i-a10-gemei-g9.dts | 125 button@158 { 132 button@349 { 139 button@1142 {
|
| H A D | sunxi-q8-common.dtsi | 64 button@200 { 71 button@400 {
|
| H A D | sunxi-reference-design-tablet.dtsi | 64 button@200 { 71 button@400 {
|
| H A D | sun7i-a20-pcduino3.dts | 87 button@0 { 92 button@1 { 97 button@2 {
|
| H A D | sun8i-a33-sinlinx-sina33.dts | 74 button@200 { 81 button@400 { 88 button@600 {
|
| H A D | sun4i-a10-pcduino.dts | 87 button@0 { 93 button@1 { 99 button@2 {
|
| /rk3399_rockchip-uboot/board/siemens/common/ |
| H A D | board.c | 119 int button = 0; in get_button_state() local 136 button = 1; in get_button_state() 138 button = 0; in get_button_state() 142 return button; in get_button_state() 153 int button = 0; in do_userbutton() local 154 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 155 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 156 return button; in do_userbutton()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | Kconfig | 140 typically entered by holding down a "force recovery" button and 141 resetting the CPU. However, not all boards have such a button (one 147 for mechanical button actuators, or hooking up relays/... to the 148 button.
|
| /rk3399_rockchip-uboot/board/LaCie/netspace_v2/ |
| H A D | netspace_v2.c | 116 U_BOOT_CMD(button, 1, 1, do_read_button,
|
| /rk3399_rockchip-uboot/board/buffalo/lsxl/ |
| H A D | README | 28 The resuce mode is selected by holding the push button for at least one 32 Pressing the same button for at least 10 seconds on power-up will erase the 37 - blinking amber, until you release the button 109 Automatically activated if the push button is pressed for at least one
|