Home
last modified time | relevance | path

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

/u-boot/drivers/fastboot/
A Dfb_getvar.c130 fastboot_okay(FASTBOOT_VERSION, response); in getvar_version()
135 fastboot_okay(U_BOOT_VERSION, response); in getvar_version_bootloader()
148 fastboot_okay(tmp, response); in getvar_serialno()
155 fastboot_okay("N/A", response); in getvar_version_baseband()
163 fastboot_okay(board, response); in getvar_product()
173 fastboot_okay(p, response); in getvar_platform()
181 fastboot_okay("a", response); in getvar_current_slot()
202 fastboot_okay("yes", response); /* part exists and slotted */ in getvar_has_slot()
208 fastboot_okay("no", response); /* part exists but not slotted */ in getvar_has_slot()
232 fastboot_okay(fs_get_type_name(), response); in getvar_partition_type()
[all …]
A Dfb_command.c182 fastboot_okay(NULL, response); in okay()
295 fastboot_okay(NULL, response); in fastboot_data_complete()
363 fastboot_okay(NULL, response); in run_ucmd()
394 fastboot_okay(NULL, response); in run_acmd()
409 fastboot_okay(NULL, response); in reboot_bootloader()
423 fastboot_okay(NULL, response); in reboot_fastbootd()
437 fastboot_okay(NULL, response); in reboot_recovery()
459 fastboot_okay(NULL, response); in oem_format()
487 fastboot_okay(NULL, response); in oem_partconf()
514 fastboot_okay(NULL, response); in oem_bootbus()
A Dfb_mmc.c205 fastboot_okay(NULL, response); in write_raw_image()
280 fastboot_okay(NULL, response); in fb_mmc_boot_ops()
441 fastboot_okay(NULL, response); in fb_mmc_update_zimage()
561 fastboot_okay(NULL, response);
587 fastboot_okay(NULL, response);
626 fastboot_okay(NULL, response);
673 fastboot_okay(NULL, response);
703 fastboot_okay(NULL, response);
A Dfb_nand.c212 fastboot_okay(NULL, response); in fastboot_nand_flash_write()
229 fastboot_okay(NULL, response); in fastboot_nand_flash_write()
262 fastboot_okay(NULL, response); in fastboot_nand_erase()
A Dfb_common.c74 void fastboot_okay(const char *reason, char *response) in fastboot_okay() function
/u-boot/include/
A Dfastboot.h90 void fastboot_okay(const char *reason, char *response);

Completed in 12 milliseconds