Searched refs:_write_oob (Results 1 – 9 of 9) sorted by relevance
645 if (subdev[0]->_write_oob) in mtd_concat_create()646 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()688 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
171 return part->parent->_write_oob(part->parent, to + part->offset, ops); in part_write_oob()385 if (parent->_write_oob) in allocate_partition()386 slave->mtd._write_oob = part_write_oob; in allocate_partition()
619 if (WARN_ON((mtd->_write && mtd->_write_oob) || in add_mtd_device()1287 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()1290 if (mtd->_write_oob) in mtd_write_oob()1291 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
363 if (!mtd->_write_oob) in mtdchar_writeoob()600 if (!mtd->_write_oob) in mtdchar_write_ioctl()
288 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member541 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
1036 mtd->_write_oob = spinand_mtd_write; in spinand_init()
1775 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
3952 mtd->_write_oob = onenand_write_oob; in onenand_scan()
5783 mtd->_write_oob = nand_write_oob; in nand_scan_tail()