Searched refs:write_oob (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndnand.c179 ASSERT(nfl->write_oob);
181 return (nfl->write_oob)(nfl, addr, oob);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdchar.c303 ret = mtd->write_oob(mtd, *ppos, &ops);
480 if (!mtd->write_oob)
507 ret = mtd->write_oob(mtd, buf.start, &ops);
729 if (!mtd->read_oob || !mtd->write_oob)
H A Dmtdconcat.c324 err = subdev->write_oob(subdev, to, &devops);
731 if (subdev[0]->write_oob)
732 concat->mtd.write_oob = concat_write_oob;
773 !concat->mtd.write_oob != !subdev[i]->write_oob) {
H A Dmtdpart.c11 * added support for read_oob, write_oob
166 return part->master->write_oob(part->master, to + part->offset, ops);
364 if (master->write_oob)
365 slave->mtd.write_oob = part_write_oob;
H A Dnftlcore.c168 res = mtd->write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
191 res = mtd->write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
H A Dinftlcore.c186 res = mtd->write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
207 res = mtd->write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndnand.h89 int (*write_oob)(hndnand_t *nfl, uint64 addr, uint8 *oob); member in struct:hndnand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dmtd.h153 int (*write_oob) (struct mtd_info *mtd, loff_t to, member in struct:mtd_info
H A Dnand.h271 * @write_oob: function to write chip OOB data
314 int (*write_oob)(struct mtd_info *mtd, member in struct:nand_ecc_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c1924 status = chip->ecc.write_oob(mtd, chip, page & chip->pagemask);
2603 if (!chip->ecc.write_oob)
2604 chip->ecc.write_oob = nand_write_oob_std;
2620 if (!chip->ecc.write_oob)
2621 chip->ecc.write_oob = nand_write_oob_syndrome;
2638 chip->ecc.write_oob = nand_write_oob_std;
2649 chip->ecc.write_oob = nand_write_oob_std;
2717 mtd->write_oob = nand_write_oob;
H A Dcafe_nand.c774 cafe->nand.ecc.write_oob = cafe_nand_write_oob;
H A Dnand_bbt.c268 return mtd->write_oob(mtd, offs, &ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dos-linux.h115 #define jffs2_flash_write_oob(c, ofs, len, retlen, buf) ((c)->mtd->write_oob((c)->mtd, ofs, len, retlen, buf))
H A Dwbuf.c1064 ret = c->mtd->write_oob(c->mtd, jeb->offset, &ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c1114 ret = chip->ecc.write_oob(mtd, chip, chip->pageidx);
1449 status = chip->ecc.write_oob(mtd, chip, page & chip->pagemask);
1710 ret = chip->ecc.write_oob(mtd, chip, page);
1712 ret = chip->ecc.write_oob(mtd, chip, page);
2532 if (!chip->ecc.write_oob)
2533 chip->ecc.write_oob = brcmnand_write_oob_hwecc;
2615 mtd->write_oob = brcmnand_write_oob;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c580 mtd->write_oob = doc_write_oob;
H A Ddoc2001.c360 mtd->write_oob = doc_write_oob;
H A Ddoc2001plus.c484 mtd->write_oob = doc_write_oob;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c2411 mtd->write_oob = onenand_write_oob;

Completed in 167 milliseconds