Searched refs:mtd_write_oob (Results 1 – 12 of 12) sorted by relevance
/u-boot/fs/yaffs2/ |
A D | yaffs_mtdif.c | 88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
|
A D | yaffs_mtdif2.c | 87 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
|
/u-boot/drivers/dfu/ |
A D | dfu_mtd.c | 133 ret = mtd_write_oob(mtd, off, &io_op); in mtd_block_op()
|
/u-boot/cmd/ |
A D | nand.c | 336 ret = mtd_write_oob(mtd, off, &ops); in raw_access() 646 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
|
A D | mtd.c | 237 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob()
|
A D | onenand.c | 122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
|
/u-boot/include/linux/mtd/ |
A D | mtd.h | 415 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_util.c | 151 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
|
A D | nand_bbt.c | 367 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
|
/u-boot/drivers/mtd/ |
A D | mtdcore.c | 1102 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function 1126 EXPORT_SYMBOL_GPL(mtd_write_oob);
|
A D | mtdconcat.c | 319 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
|
/u-boot/arch/arm/mach-imx/ |
A D | cmd_nandbcb.c | 651 ret = mtd_write_oob(mtd, off, &ops); in write_fcb()
|
Completed in 34 milliseconds