Home
last modified time | relevance | path

Searched refs:fastboot_okay (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A Dfb_getvar.c82 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 Dfb_command.c136 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 Dfb_mmc.c128 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 Dfb_nand.c210 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 Dfb_common.c71 void fastboot_okay(const char *reason, char *response) in fastboot_okay() function
/openbmc/u-boot/include/
H A Dfastboot.h68 void fastboot_okay(const char *reason, char *response);