Searched refs:write_ecc (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/linux/mtd/ |
D | mtd.h | 180 …int (*write_ecc) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf, … member 275 #define MTD_WRITEECC(mtd, args...) (*(mtd->write_ecc))(mtd, args)
|
/linux-2.4.37.9/drivers/mtd/ |
D | mtdpart.c | 145 return part->master->write_ecc (part->master, to + part->offset, in part_write_ecc() 336 if (master->write_ecc) in add_mtd_partitions() 337 slave->mtd.write_ecc = part_write_ecc; in add_mtd_partitions()
|
D | mtdchar.c | 465 if (!mtd->write_ecc) in mtd_ioctl() 482 ret = (mtd->write_ecc)(mtd, buf.start, buf.length, &retlen, databuf, NULL, 0); in mtd_ioctl()
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | doc2001.c | 376 mtd->write_ecc = doc_write_ecc; in DoCMil_init()
|
D | doc2000.c | 567 mtd->write_ecc = doc_write_ecc; in DoC2k_init()
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand.c | 1381 mtd->write_ecc = nand_write_ecc; in nand_scan()
|