Searched refs:mtd_write_oob (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | sm_common.c | 118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
|
| H A D | nand_bbt.c | 366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
|
| /linux/drivers/mtd/ |
| H A D | nftlcore.c | 157 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 D | inftlcore.c | 168 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 D | mtdcore.c | 1621 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 D | nandbiterrs.c | 116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
|
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 513 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|