Home
last modified time | relevance | path

Searched refs:sparse_storage (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dimage-sparse.h11 struct sparse_storage { struct
17 lbaint_t (*write)(struct sparse_storage *info, argument
22 lbaint_t (*reserve)(struct sparse_storage *info, argument
40 int write_sparse_image(struct sparse_storage *info, const char *part_name, argument
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c105 static lbaint_t fb_nand_sparse_write(struct sparse_storage *info, in fb_nand_sparse_write()
129 static lbaint_t fb_nand_sparse_reserve(struct sparse_storage *info, in fb_nand_sparse_reserve()
191 struct sparse_storage sparse; in fastboot_nand_flash_write()
H A Dfb_mmc.c84 static lbaint_t fb_mmc_sparse_write(struct sparse_storage *info, in fb_mmc_sparse_write()
93 static lbaint_t fb_mmc_sparse_reserve(struct sparse_storage *info, in fb_mmc_sparse_reserve()
405 struct sparse_storage sparse; in fastboot_mmc_flash_write()
/openbmc/u-boot/lib/
H A Dimage-sparse.c49 int write_sparse_image(struct sparse_storage *info, in write_sparse_image()
/openbmc/u-boot/cmd/
H A Dmmc.c321 static lbaint_t mmc_sparse_write(struct sparse_storage *info, lbaint_t blk, in mmc_sparse_write()
329 static lbaint_t mmc_sparse_reserve(struct sparse_storage *info, in mmc_sparse_reserve()
338 struct sparse_storage sparse; in do_mmc_sparse_write()