Home
last modified time | relevance | path

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

/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/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/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()