Searched refs:nand_write_skip_bad (Results 1 - 8 of 8) sorted by relevance

/u-boot/include/
H A Dnand.h93 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
/u-boot/test/dm/
H A Dnand.c68 ut_assertok(nand_write_skip_bad(mtd, off, &length, NULL, U64_MAX,
/u-boot/drivers/dfu/
H A Ddfu_nand.c71 ret = nand_write_skip_bad(mtd, start, &count, &actual,
/u-boot/drivers/fastboot/
H A Dfb_nand.c102 return nand_write_skip_bad(mtd, offset, &length, written,
/u-boot/cmd/
H A Dnand.c743 ret = nand_write_skip_bad(mtd, off, &rwsize,
753 ret = nand_write_skip_bad(mtd, off, &rwsize, NULL,
/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c551 * nand_write_skip_bad:
574 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, function
/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c321 return nand_write_skip_bad(get_nand_dev_by_index(0),
/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c847 ret = nand_write_skip_bad(mtd, offset, &length, NULL, maxsize,

Completed in 77 milliseconds