Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/mtdemul/
Dnandemul2k.c288 static int nand_write_ecc (struct mtd_info *mtd, loff_t to, size_t len,
414 return nand_write_ecc (mtd, to, len, retlen, buf, NULL,NULL); in nand_write()
420 static int nand_write_ecc (struct mtd_info *mtd, loff_t to, size_t len, in nand_write_ecc() function
621 mtd->write_ecc = nand_write_ecc; in nandemul2k_scan()