Searched refs:mtd_write_oob (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/fs/yaffs2/ |
D | yaffs_mtdif.c | 88 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd_WriteChunkToNAND()
|
D | yaffs_mtdif2.c | 86 retval = mtd_write_oob(mtd, addr, &ops); in nandmtd2_write_chunk_tags()
|
/external/u-boot/cmd/ |
D | nand.c | 331 ret = mtd_write_oob(mtd, off, &ops); in raw_access() 640 ret = mtd_write_oob(mtd, off, &ops); in do_nand()
|
D | onenand.c | 122 ret = mtd_write_oob(mtd, to, &ops); in onenand_write_oneblock_withoob()
|
/external/u-boot/include/linux/mtd/ |
D | mtd.h | 359 static inline int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
|
/external/u-boot/drivers/mtd/nand/ |
D | nand_util.c | 148 result = mtd_write_oob(mtd, erase.addr, &ops); in nand_erase_opts()
|
D | nand_bbt.c | 364 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
|
/external/u-boot/drivers/mtd/ |
D | mtdconcat.c | 316 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
|