Home
last modified time | relevance | path

Searched refs:write_ecc (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/mtd/
Dmtd.h180 …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/
Dmtdpart.c145 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()
Dmtdchar.c465 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/
Ddoc2001.c376 mtd->write_ecc = doc_write_ecc; in DoCMil_init()
Ddoc2000.c567 mtd->write_ecc = doc_write_ecc; in DoC2k_init()
/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c1381 mtd->write_ecc = nand_write_ecc; in nand_scan()