Searched refs:nand_write_skip_bad (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/ |
| A D | nand.h | 90 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
|
| /u-boot/drivers/fastboot/ |
| A D | fb_nand.c | 101 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
|
| /u-boot/drivers/dfu/ |
| A D | dfu_nand.c | 71 ret = nand_write_skip_bad(mtd, start, &count, &actual, in nand_block_op()
|
| /u-boot/cmd/ |
| A D | nand.c | 741 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 D | nand_util.c | 574 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 D | tdx-cfg-block.c | 268 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 D | cmd_nandbcb.c | 847 ret = nand_write_skip_bad(mtd, offset, &length, NULL, maxsize, in nandbcb_write_bs_skip_bad()
|
Completed in 25 milliseconds