Searched refs:_write_oob (Results 1 – 6 of 6) sorted by relevance
251 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member363 if (!mtd->_write_oob) in mtd_write_oob()367 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()445 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
740 if (subdev[0]->_write_oob) in mtd_concat_create()741 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()797 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
228 return part->master->_write_oob(part->master, to + part->offset, ops); in part_write_oob()437 if (master->_write_oob) in allocate_partition()438 slave->mtd._write_oob = part_write_oob; in allocate_partition()
1044 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()1045 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()1046 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
4627 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
2662 mtd->_write_oob = onenand_write_oob; in onenand_probe()