Searched refs:fastboot_okay (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/fastboot/ |
| A D | fb_getvar.c | 121 fastboot_okay(FASTBOOT_VERSION, response); in getvar_version() 126 fastboot_okay(U_BOOT_VERSION, response); in getvar_version_bootloader() 139 fastboot_okay(tmp, response); in getvar_serialno() 146 fastboot_okay("N/A", response); in getvar_version_baseband() 154 fastboot_okay(board, response); in getvar_product() 164 fastboot_okay(p, response); in getvar_platform() 172 fastboot_okay("a", response); in getvar_current_slot() 192 fastboot_okay("yes", response); /* part exists and slotted */ in getvar_has_slot() 198 fastboot_okay("no", response); /* part exists but not slotted */ in getvar_has_slot() 220 fastboot_okay(fs_get_type_name(), response); in getvar_partition_type() [all …]
|
| A D | fb_command.c | 166 fastboot_okay(NULL, response); in okay() 279 fastboot_okay(NULL, response); in fastboot_data_complete() 342 fastboot_okay(NULL, response); in run_ucmd() 373 fastboot_okay(NULL, response); in run_acmd() 387 fastboot_okay(NULL, response); in reboot_bootloader() 401 fastboot_okay(NULL, response); in reboot_fastbootd() 415 fastboot_okay(NULL, response); in reboot_recovery() 437 fastboot_okay(NULL, response); in oem_format() 464 fastboot_okay(NULL, response); in oem_partconf() 490 fastboot_okay(NULL, response); in oem_bootbus()
|
| A D | fb_mmc.c | 199 fastboot_okay(NULL, response); in write_raw_image() 274 fastboot_okay(NULL, response); in fb_mmc_boot_ops() 442 fastboot_okay(NULL, response); in fb_mmc_update_zimage() 557 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 583 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 635 fastboot_okay(NULL, response); in fastboot_mmc_flash_write() 682 fastboot_okay(NULL, response); in fastboot_mmc_erase() 712 fastboot_okay(NULL, response); in fastboot_mmc_erase()
|
| A D | fb_nand.c | 211 fastboot_okay(NULL, response); in fastboot_nand_flash_write() 228 fastboot_okay(NULL, response); in fastboot_nand_flash_write() 261 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 | 80 void fastboot_okay(const char *reason, char *response);
|
Completed in 12 milliseconds