Home
last modified time | relevance | path

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

/u-boot/include/
A Dnand.h90 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
/u-boot/drivers/fastboot/
A Dfb_nand.c101 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
/u-boot/drivers/dfu/
A Ddfu_nand.c71 ret = nand_write_skip_bad(mtd, start, &count, &actual, in nand_block_op()
/u-boot/cmd/
A Dnand.c741 ret = nand_write_skip_bad(mtd, off, &rwsize, in do_nand()
751 ret = nand_write_skip_bad(mtd, off, &rwsize, NULL, in do_nand()
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c574 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_write_skip_bad() function
/u-boot/board/toradex/common/
A Dtdx-cfg-block.c268 return nand_write_skip_bad(get_nand_dev_by_index(0), in write_tdx_cfg_block_to_nand()
/u-boot/arch/arm/mach-imx/
A Dcmd_nandbcb.c847 ret = nand_write_skip_bad(mtd, offset, &length, NULL, maxsize, in nandbcb_write_bs_skip_bad()

Completed in 25 milliseconds