Searched refs:fastboot_okay (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_getvar.c | 82 fastboot_okay(FASTBOOT_VERSION, response); in getvar_version() 87 fastboot_okay(U_BOOT_VERSION, response); in getvar_bootloader_version() 100 fastboot_okay(tmp, response); in getvar_serialno() 107 fastboot_okay("N/A", response); in getvar_version_baseband() 115 fastboot_okay(board, response); in getvar_product() 123 fastboot_okay("_a", response); in getvar_current_slot() 128 fastboot_okay("_a,_b", response); in getvar_slot_suffixes() 135 fastboot_okay("yes", response); in getvar_has_slot() 137 fastboot_okay("no", response); in getvar_has_slot() 154 fastboot_okay(fs_get_type_name(), response); in getvar_partition_type()
|
H A D | fb_command.c | 136 fastboot_okay(NULL, response); in okay() 249 fastboot_okay(NULL, response); in fastboot_data_complete() 310 fastboot_okay(NULL, response); in reboot_bootloader() 332 fastboot_okay(NULL, response); in oem_format()
|
H A D | fb_mmc.c | 128 fastboot_okay(NULL, response); in write_raw_image() 288 fastboot_okay(NULL, response); in fb_mmc_update_zimage() 363 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 384 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 424 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 487 fastboot_okay(NULL, response); in fastboot_mmc_erase()
|
H A D | fb_nand.c | 210 fastboot_okay(NULL, response); in fastboot_nand_flash_write() 227 fastboot_okay(NULL, response); in fastboot_nand_flash_write() 260 fastboot_okay(NULL, response); in fastboot_nand_erase()
|
H A D | fb_common.c | 71 void fastboot_okay(const char *reason, char *response) in fastboot_okay() function
|
/openbmc/u-boot/include/ |
H A D | fastboot.h | 68 void fastboot_okay(const char *reason, char *response);
|