Searched refs:_write_oob (Results 1 – 8 of 8) sorted by relevance
743 if (subdev[0]->_write_oob) in mtd_concat_create()744 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()800 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
991 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()1004 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()1117 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()1120 if (mtd->_write_oob) in mtd_write_oob()1121 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
419 return mtd->parent->_write_oob(mtd->parent, to + mtd->offset, ops); in part_write_oob()631 if (master->_write_oob) in allocate_partition()632 slave->_write_oob = part_write_oob; in allocate_partition()
251 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member492 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
1202 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()1203 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()1204 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
5274 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
1100 mtd->_write_oob = spinand_mtd_write; in spinand_init()
2664 mtd->_write_oob = onenand_write_oob; in onenand_probe()
Completed in 371 milliseconds