Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnand.h106 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c100 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c65 ret = nand_write_skip_bad(mtd, start, &count, &actual, in nand_block_op()
/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c175 return nand_write_skip_bad(get_nand_dev_by_index(0), in write_tdx_cfg_block_to_nand()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c571 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_write_skip_bad() function