Searched refs:mtd_write_oob (Results 1 - 14 of 14) sorted by relevance

/u-boot/drivers/fwu-mdata/
H A Draw_mtd.c86 ret = mtd_write_oob(mtd, offs, &io_op);
/u-boot/fs/yaffs2/
H A Dyaffs_mtdif2.c87 retval = mtd_write_oob(mtd, addr, &ops);
H A Dyaffs_mtdif.c88 retval = mtd_write_oob(mtd, addr, &ops);
/u-boot/drivers/dfu/
H A Ddfu_mtd.c166 ret = mtd_write_oob(mtd, off, &io_op);
/u-boot/cmd/
H A Dnand.c145 ret = mtd_write_oob(mtd, addr, &ops);
454 ret = mtd_write_oob(mtd, off, &ops);
768 ret = mtd_write_oob(mtd, off, &ops);
H A Dmtd.c462 ret = mtd_write_oob(mtd, off, io_op);
H A Donenand.c123 ret = mtd_write_oob(mtd, to, &ops);
/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);
/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c153 result = mtd_write_oob(mtd, erase.addr, &ops);
H A Dnand_bbt.c367 return mtd_write_oob(mtd, offs, &ops);
/u-boot/drivers/mtd/
H A Dmtdcore.c1129 int mtd_write_oob(struct mtd_info *mtd, loff_t to, function
1153 EXPORT_SYMBOL_GPL(mtd_write_oob); variable
H A Dmtdconcat.c320 err = mtd_write_oob(subdev, to, &devops);
/u-boot/drivers/block/
H A Drkmtd.c141 ret = mtd_write_oob(mtd, addr, &ops);
/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c650 ret = mtd_write_oob(mtd, off, &ops);

Completed in 146 milliseconds