Home
last modified time | relevance | path

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

/openbmc/linux/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()
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()
H A Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/openbmc/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()
/openbmc/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()
/openbmc/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 Dmtdchar.c271 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write()
370 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob()
673 ret = mtd_write_oob(mtd, req.start, &ops); in mtdchar_write_ioctl()
H 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()
H A Dmtdcore.c1525 ret = mtd_write_oob(mtd, to, &ops); in mtd_write()
1733 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1759 EXPORT_SYMBOL_GPL(mtd_write_oob);
H A Dmtdconcat.c340 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
H A Dsm_ftl.c347 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
/openbmc/u-boot/cmd/
H A Dnand.c331 ret = mtd_write_oob(mtd, off, &ops); in raw_access()
640 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
H A Dmtd.c235 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()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h416 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c148 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()
/openbmc/linux/include/linux/mtd/
H A Dmtd.h513 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1102 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1126 EXPORT_SYMBOL_GPL(mtd_write_oob);
H A Dmtdconcat.c316 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
/openbmc/linux/fs/jffs2/
H A Dwbuf.c1113 ret = mtd_write_oob(c->mtd, jeb->offset, &ops); in jffs2_write_nand_cleanmarker()