Searched refs:sparse (Results 1 – 8 of 8) sorted by relevance
110 struct fb_nand_sparse *sparse = info->priv; in fb_nand_sparse_write() local114 ret = _fb_nand_write(sparse->mtd, sparse->part, (void *)buffer, in fb_nand_sparse_write()193 struct sparse_storage sparse; in fastboot_nand_flash_write() local198 sparse.blksz = mtd->writesize; in fastboot_nand_flash_write()199 sparse.start = part->offset / sparse.blksz; in fastboot_nand_flash_write()200 sparse.size = part->size / sparse.blksz; in fastboot_nand_flash_write()201 sparse.write = fb_nand_sparse_write; in fastboot_nand_flash_write()202 sparse.reserve = fb_nand_sparse_reserve; in fastboot_nand_flash_write()203 sparse.mssg = fastboot_fail; in fastboot_nand_flash_write()206 sparse.start); in fastboot_nand_flash_write()[all …]
164 struct fb_mmc_sparse *sparse = info->priv; in fb_mmc_sparse_write() local165 struct blk_desc *dev_desc = sparse->dev_desc; in fb_mmc_sparse_write()607 struct sparse_storage sparse; local612 sparse.blksz = info.blksz;613 sparse.start = info.start;614 sparse.size = info.size;615 sparse.write = fb_mmc_sparse_write;616 sparse.reserve = fb_mmc_sparse_reserve;617 sparse.mssg = fastboot_fail;620 sparse.start);[all …]
372 struct sparse_storage sparse; in do_mmc_sparse_write() local403 sparse.priv = dev_desc; in do_mmc_sparse_write()404 sparse.blksz = 512; in do_mmc_sparse_write()405 sparse.start = blk; in do_mmc_sparse_write()406 sparse.size = dev_desc->lba - blk; in do_mmc_sparse_write()407 sparse.write = mmc_sparse_write; in do_mmc_sparse_write()408 sparse.reserve = mmc_sparse_reserve; in do_mmc_sparse_write()409 sparse.mssg = NULL; in do_mmc_sparse_write()410 sprintf(dest, "0x" LBAF, sparse.start * sparse.blksz); in do_mmc_sparse_write()412 if (write_sparse_image(&sparse, dest, addr, NULL)) in do_mmc_sparse_write()
1096 Enable support for the "mmc swrite" command to write Android sparse
180 __le64 sparse; member
41 obj-$(CONFIG_IMAGE_SPARSE) += image-sparse.o
103 hex "Android sparse image CHUNK_TYPE_FILL buffer size"
409 CHECK = sparse
Completed in 26 milliseconds