Home
last modified time | relevance | path

Searched refs:mtd_write_oob (Results 1 – 12 of 12) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffs_mtdif.c88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
A Dyaffs_mtdif2.c87 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
/u-boot/drivers/dfu/
A Ddfu_mtd.c133 ret = mtd_write_oob(mtd, off, &io_op); in mtd_block_op()
/u-boot/cmd/
A Dnand.c336 ret = mtd_write_oob(mtd, off, &ops); in raw_access()
646 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
A Dmtd.c237 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob()
A Donenand.c122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
/u-boot/include/linux/mtd/
A Dmtd.h415 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c151 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
A Dnand_bbt.c367 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/u-boot/drivers/mtd/
A Dmtdcore.c1102 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1126 EXPORT_SYMBOL_GPL(mtd_write_oob);
A Dmtdconcat.c319 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
/u-boot/arch/arm/mach-imx/
A Dcmd_nandbcb.c651 ret = mtd_write_oob(mtd, off, &ops); in write_fcb()

Completed in 34 milliseconds