Home
last modified time | relevance | path

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

/u-boot/include/
A Dimage-sparse.h12 struct sparse_storage { struct
18 lbaint_t (*write)(struct sparse_storage *info, argument
23 lbaint_t (*reserve)(struct sparse_storage *info, argument
41 int write_sparse_image(struct sparse_storage *info, const char *part_name, argument
/u-boot/drivers/fastboot/
A Dfb_nand.c107 static lbaint_t fb_nand_sparse_write(struct sparse_storage *info, in fb_nand_sparse_write()
131 static lbaint_t fb_nand_sparse_reserve(struct sparse_storage *info, in fb_nand_sparse_reserve()
193 struct sparse_storage sparse; in fastboot_nand_flash_write()
A Dfb_mmc.c161 static lbaint_t fb_mmc_sparse_write(struct sparse_storage *info, in fb_mmc_sparse_write()
170 static lbaint_t fb_mmc_sparse_reserve(struct sparse_storage *info, in fb_mmc_sparse_reserve()
607 struct sparse_storage sparse;
/u-boot/lib/
A Dimage-sparse.c52 int write_sparse_image(struct sparse_storage *info, in write_sparse_image()
/u-boot/cmd/
A Dmmc.c355 static lbaint_t mmc_sparse_write(struct sparse_storage *info, lbaint_t blk, in mmc_sparse_write()
363 static lbaint_t mmc_sparse_reserve(struct sparse_storage *info, in mmc_sparse_reserve()
372 struct sparse_storage sparse; in do_mmc_sparse_write()

Completed in 9 milliseconds