Searched refs:fastboot_okay (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/fastboot/ |
A D | fb_getvar.c | 130 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 D | fb_command.c | 182 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 D | fb_mmc.c | 205 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 D | fb_nand.c | 212 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 D | fb_common.c | 74 void fastboot_okay(const char *reason, char *response) in fastboot_okay() function
|
/u-boot/include/ |
A D | fastboot.h | 90 void fastboot_okay(const char *reason, char *response);
|
Completed in 12 milliseconds