Searched refs:_write_oob (Results 1 – 8 of 8) sorted by relevance
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()
989 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()1002 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()1115 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()1118 if (mtd->_write_oob) in mtd_write_oob()1119 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
416 return mtd->parent->_write_oob(mtd->parent, to + mtd->offset, ops); in part_write_oob()628 if (master->_write_oob) in allocate_partition()629 slave->_write_oob = part_write_oob; in allocate_partition()
251 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member516 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
1064 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()1065 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()1066 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
5325 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
1100 mtd->_write_oob = spinand_mtd_write; in spinand_init()
2660 mtd->_write_oob = onenand_write_oob; in onenand_probe()