Home
last modified time | relevance | path

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

/drivers/mtd/tests/
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()
Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/drivers/mtd/nand/raw/
Dsm_common.c118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
Dnand_bbt.c366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/drivers/mtd/
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()
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()
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()
Dmtdcore.c1237 ret = mtd_write_oob(mtd, to, &ops); in mtd_write()
1440 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1466 EXPORT_SYMBOL_GPL(mtd_write_oob);
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()
Dmtdconcat.c340 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
Dsm_ftl.c346 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()