| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | oobtest.c | 73 err = mtd_write_oob(mtd, addr, &ops); in write_eraseblock() 506 err = mtd_write_oob(mtd, addr0, &ops); in mtd_oobtest_init() 553 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init() 600 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init() 661 err = mtd_write_oob(mtd, addr, &ops); in mtd_oobtest_init()
|
| H A D | nandbiterrs.c | 116 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | sm_common.c | 118 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdcore.su | |
| H A D | mtdcore.c | 1103 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 D | mtdconcat.c | 317 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
|
| /OK3568_Linux_fs/u-boot/spl/drivers/mtd/ |
| H A D | mtdcore.su | |
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_mtdif.c | 88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
|
| H A D | yaffs_mtdif2.c | 86 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdchar.c | 279 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write() 378 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob() 624 ret = mtd_write_oob(mtd, (loff_t)req.start, &ops); in mtdchar_write_ioctl()
|
| 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 | 1235 ret = mtd_write_oob(mtd, to, &ops); in mtd_write() 1438 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function 1464 EXPORT_SYMBOL_GPL(mtd_write_oob);
|
| H A D | mtdswap.c | 391 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker() 900 ret = mtd_write_oob(mtd, pos, &ops); in mtdswap_eblk_passes()
|
| H A D | mtdconcat.c | 340 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
|
| H A D | sm_ftl.c | 346 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nand.c | 331 ret = mtd_write_oob(mtd, off, &ops); in raw_access() 648 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
|
| H A D | mtd.c | 220 ret = mtd_write_oob(mtd, off, io_op); in mtd_special_write_oob()
|
| H A D | onenand.c | 122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/ |
| H A D | bbt_store.c | 146 ret = mtd_write_oob(mtd, block * mtd->erasesize, &ops); in nanddev_write_bbt()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/ |
| H A D | bbt.c | 168 ret = mtd_write_oob(mtd, block * mtd->erasesize, &ops); in nanddev_write_bbt()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 421 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | mtd.h | 505 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 149 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
|
| H A D | nand_bbt.c | 364 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
|