Searched refs:_write_oob (Results 1 – 10 of 10) sorted by relevance
196 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member272 if (!mtd->_write_oob) in mtd_write_oob()276 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()349 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
726 if (subdev[0]->_write_oob) in mtd_concat_create()727 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()779 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
200 return part->master->_write_oob(part->master, to + part->offset, ops); in part_write_oob()394 if (master->_write_oob) in allocate_partition()395 slave->mtd._write_oob = part_write_oob; in allocate_partition()
415 if (!mtd->_write_oob) in mtdchar_writeoob()586 if (!mtd->_write_oob) in mtdchar_write_ioctl()
357 mtd->_write_oob = doc_write_oob; in DoCMil_init()
478 mtd->_write_oob = doc_write_oob; in DoCMilPlus_init()
573 mtd->_write_oob = doc_write_oob; in DoC2k_init()
1848 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
3482 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
4092 mtd->_write_oob = onenand_write_oob; in onenand_scan()