Searched refs:write_sparse_image (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | image-sparse.h | 40 int write_sparse_image(struct sparse_storage *info, const char *part_name,
|
| /openbmc/u-boot/lib/ |
| H A D | image-sparse.c | 49 int write_sparse_image(struct sparse_storage *info, in write_sparse_image() function
|
| /openbmc/u-boot/drivers/fastboot/ |
| H A D | fb_nand.c | 207 ret = write_sparse_image(&sparse, cmd, download_buffer, in fastboot_nand_flash_write()
|
| H A D | fb_mmc.c | 421 err = write_sparse_image(&sparse, cmd, download_buffer, in fastboot_mmc_flash_write()
|
| /openbmc/u-boot/cmd/ |
| H A D | mmc.c | 378 if (write_sparse_image(&sparse, dest, addr, NULL)) in do_mmc_sparse_write()
|