Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/cmd/
H A Dnand.c348 ret = mtd_write_oob(mtd, off, &ops); in raw_access()
666 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
H A Dmtd.c220 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()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h421 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dbbt.c274 ret = mtd_write_oob(mtd, block * mtd->erasesize, &ops); in nanddev_write_bbt()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_util.c149 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()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c1103 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1127 EXPORT_SYMBOL_GPL(mtd_write_oob);
H A Dmtdconcat.c317 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()