Home
last modified time | relevance | path

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

/linux/drivers/mtd/tests/
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()
551 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
596 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
655 err = mtd_write_oob(mtd, addr, &ops); in mtd_oobtest_init()
A Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/linux/drivers/mtd/nand/raw/
A Dsm_common.c118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
A Dnand_bbt.c366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/linux/drivers/mtd/
A Dmtdchar.c271 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write()
370 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob()
616 ret = mtd_write_oob(mtd, (loff_t)req.start, &ops); in mtdchar_write_ioctl()
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()
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()
A Dmtdcore.c1391 ret = mtd_write_oob(mtd, to, &ops); in mtd_write()
1594 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1620 EXPORT_SYMBOL_GPL(mtd_write_oob);
A Dmtdswap.c391 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker()
899 ret = mtd_write_oob(mtd, pos, &ops); in mtdswap_eblk_passes()
A Dmtdconcat.c340 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
A Dsm_ftl.c347 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
/linux/include/linux/mtd/
A Dmtd.h511 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/linux/fs/jffs2/
A Dwbuf.c1113 ret = mtd_write_oob(c->mtd, jeb->offset, &ops); in jffs2_write_nand_cleanmarker()
/linux/
A Dvmlinux.symvers4038 0x00000000 mtd_write_oob vmlinux EXPORT_SYMBOL_GPL
A DSystem.map34364 ffff8000108de110 T mtd_write_oob
A D.tmp_System.map34364 ffff8000108de110 T mtd_write_oob

Completed in 334 milliseconds