Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dsm_common.c118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
H A Dnand_bbt.c366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/linux/drivers/mtd/
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.c1621 ret = mtd_write_oob(mtd, to, &ops); in mtd_write()
1830 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1856 EXPORT_SYMBOL_GPL(mtd_write_oob);
/linux/drivers/mtd/tests/
H A Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/linux/include/linux/mtd/
H A Dmtd.h513 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);