Home
last modified time | relevance | path

Searched refs:nand_write_skip_bad (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dnand.h106 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
/external/u-boot/drivers/fastboot/
Dfb_nand.c100 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
/external/u-boot/drivers/dfu/
Ddfu_nand.c65 ret = nand_write_skip_bad(mtd, start, &count, &actual, in nand_block_op()
/external/u-boot/cmd/
Dnand.c615 ret = nand_write_skip_bad(mtd, off, &rwsize, in do_nand()
625 ret = nand_write_skip_bad(mtd, off, &rwsize, NULL, in do_nand()
/external/u-boot/board/toradex/common/
Dtdx-cfg-block.c165 return nand_write_skip_bad(get_nand_dev_by_index(0), in write_tdx_cfg_block_to_nand()
/external/u-boot/drivers/mtd/nand/
Dnand_util.c571 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_write_skip_bad() function