Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H 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
39 void write_sparse_image(struct sparse_storage *info, const char *part_name,
/OK3568_Linux_fs/u-boot/common/
H A Dfb_nand.c106 static lbaint_t fb_nand_sparse_write(struct sparse_storage *info, in fb_nand_sparse_write()
130 static lbaint_t fb_nand_sparse_reserve(struct sparse_storage *info, in fb_nand_sparse_reserve()
169 struct sparse_storage sparse; in fb_nand_flash_write()
H A Dfb_mmc.c97 static lbaint_t fb_mmc_sparse_write(struct sparse_storage *info, in fb_mmc_sparse_write()
106 static lbaint_t fb_mmc_sparse_reserve(struct sparse_storage *info, in fb_mmc_sparse_reserve()
399 struct sparse_storage sparse; in fb_mmc_flash_write()
H A Dimage-sparse.c53 struct sparse_storage *info, const char *part_name, in write_sparse_image()