Searched refs:button (Results 1 – 18 of 18) sorted by relevance
| /board/siemens/common/ |
| A D | board_am335x.c | 102 int button = 0; in get_button_state() local 119 button = 1; in get_button_state() 121 button = 0; in get_button_state() 125 return button; in get_button_state() 136 int button = 0; in do_userbutton() local 137 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 138 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO); in do_userbutton() 139 return button; in do_userbutton()
|
| /board/siemens/capricorn/ |
| A D | board.c | 433 int button = 0; in get_button_state() local 451 button = 1; in get_button_state() 453 button = 0; in get_button_state() 457 return button; in get_button_state() 469 int button = 0; in do_userbutton() local 471 button = get_button_state("button_usr1", BOARD_DEFAULT_BUTTON_GPIO); in do_userbutton() 474 printf("Button state: %u\n", button); in do_userbutton() 476 return button; in do_userbutton()
|
| /board/qualcomm/ |
| A D | qcom-phone.env | 3 stdin=serial,button-kbd 15 serial_gadget=setenv stdin serial,button-kbd,usbacm; \ 26 # When entering the menu (either from button press or failed boot) 44 # Allow holding the volume down button while U-Boot loads to enter
|
| A D | default.env | 1 stdin=serial,button-kbd
|
| /board/st/stm32mp2/ |
| A D | stm32mp2.c | 98 struct udevice *button; in check_user_button() local 104 if (button_get_by_label("User-2", &button)) in check_user_button() 108 if (button_get_state(button) != BUTTON_ON) in check_user_button()
|
| /board/siemens/iot2050/ |
| A D | Kconfig | 21 bool "Disable eMMC boot via USER button (Advanced version only)"
|
| /board/LaCie/netspace_v2/ |
| A D | netspace_v2.c | 120 U_BOOT_CMD(button, 1, 1, do_read_button,
|
| /board/buffalo/lsxl/ |
| A D | README | 38 The resuce mode is selected by holding the push button for at least one 42 Pressing the same button for at least 10 seconds on power-up will erase the 47 - red, until you release the button 70 push-button to enter resuce mode again. 121 Automatically activated if the push button is pressed for at least one
|
| /board/LaCie/net2big_v2/ |
| A D | net2big_v2.c | 256 U_BOOT_CMD(button, 1, 1, do_read_push_button,
|
| /board/seeed/npi_imx6ull/ |
| A D | README | 61 - Reset the board using reset button and U-Boot should boot from NAND.
|
| /board/imgtec/xilfpga/ |
| A D | README | 39 When the example project bitstream is loaded, the cpu_reset button
|
| /board/CZ.NIC/turris_mox/ |
| A D | turris_mox.c | 484 struct udevice *button, *led; in read_reset_button() local 490 &button)) { in read_reset_button() 506 if (button_get_state(button) != BUTTON_ON) in read_reset_button()
|
| /board/synopsys/hsdk/ |
| A D | README | 120 3. Insert prepared micro SD-card in the HSDK board, press reset button 128 4. Press RESET button and enjoy updated U-Boot version.
|
| /board/lego/ev3/ |
| A D | README | 45 The program is started by holding down the right button on the EV3 when powering
|
| /board/ea/ea-lpc3250devkitv2/ |
| A D | README.rst | 43 - 5 push-button keys (four via I2C and one on ISP-ENABLE) 47 - Reset push-button and LED
|
| /board/logicpd/imx6/ |
| A D | README | 78 To interrupt the boot sequence and force U-Boot to load, hold the 'c' button
|
| /board/xilinx/zynqmp/ |
| A D | zynqmp_kria.env | 70 tpm_reset=echo "!!! For TPM reset a full power cycle or pressing the POR_B button is required !!!";
|
| /board/qualcomm/dragonboard820c/ |
| A D | readme.txt | 49 - reboot the board with vol- button pressed
|
Completed in 13 milliseconds