Searched refs:_write_oob (Results 1 – 8 of 8) sorted by relevance
741 if (subdev[0]->_write_oob) in mtd_concat_create()742 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()798 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
992 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()1005 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()1118 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()1121 if (mtd->_write_oob) in mtd_write_oob()1122 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
417 return mtd->parent->_write_oob(mtd->parent, to + mtd->offset, ops); in part_write_oob()629 if (master->_write_oob) in allocate_partition()630 slave->_write_oob = part_write_oob; in allocate_partition()
256 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member498 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
1045 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()1046 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()1047 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
5268 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
1247 mtd->_write_oob = spinand_mtd_write; in spinand_init()
2660 mtd->_write_oob = onenand_write_oob; in onenand_probe()