Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Doobtest.c73 err = mtd_write_oob(mtd, addr, &ops); in write_eraseblock()
506 err = mtd_write_oob(mtd, addr0, &ops); in mtd_oobtest_init()
553 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
600 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
661 err = mtd_write_oob(mtd, addr, &ops); in mtd_oobtest_init()
H A Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsm_common.c118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.su
H A Dmtdcore.c1103 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1127 EXPORT_SYMBOL_GPL(mtd_write_oob);
H A Dmtdconcat.c317 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
/OK3568_Linux_fs/u-boot/spl/drivers/mtd/
H A Dmtdcore.su
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_mtdif.c88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
H A Dyaffs_mtdif2.c86 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdchar.c279 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write()
378 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob()
624 ret = mtd_write_oob(mtd, (loff_t)req.start, &ops); in mtdchar_write_ioctl()
H A Dnftlcore.c157 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write_oob()
181 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write()
H A Dinftlcore.c168 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops); in inftl_write_oob()
189 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops); in inftl_write()
H A Dmtdcore.c1235 ret = mtd_write_oob(mtd, to, &ops); in mtd_write()
1438 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1464 EXPORT_SYMBOL_GPL(mtd_write_oob);
H A Dmtdswap.c391 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker()
900 ret = mtd_write_oob(mtd, pos, &ops); in mtdswap_eblk_passes()
H A Dmtdconcat.c340 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
H A Dsm_ftl.c346 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnand.c331 ret = mtd_write_oob(mtd, off, &ops); in raw_access()
648 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
H A Dmtd.c220 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob()
H A Donenand.c122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Dbbt_store.c146 ret = mtd_write_oob(mtd, block * mtd->erasesize, &ops); in nanddev_write_bbt()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/
H A Dbbt.c168 ret = mtd_write_oob(mtd, block * mtd->erasesize, &ops); in nanddev_write_bbt()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h421 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h505 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c149 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
H A Dnand_bbt.c364 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()

12