Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_mtdif.c88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
Dyaffs_mtdif2.c86 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
/external/u-boot/cmd/
Dnand.c333 ret = mtd_write_oob(mtd, off, &ops); in raw_access()
642 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
Dmtd.c235 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob()
Donenand.c122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
/external/u-boot/drivers/dfu/
Ddfu_mtd.c125 ret = mtd_write_oob(mtd, off, &io_op); in mtd_block_op()
/external/u-boot/arch/arm/mach-imx/
Dcmd_nandbcb.c284 ret = mtd_write_oob(mtd, mtd->erasesize * i, &ops); in write_fcb_dbbt()
/external/u-boot/include/linux/mtd/
Dmtd.h416 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/external/u-boot/drivers/mtd/nand/raw/
Dnand_util.c148 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
Dnand_bbt.c364 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/external/u-boot/drivers/mtd/
Dmtdcore.c1100 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1124 EXPORT_SYMBOL_GPL(mtd_write_oob);
Dmtdconcat.c316 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()