Searched refs:_write_oob (Results 1 – 9 of 9) sorted by relevance
657 if (subdev[0]->_write_oob) in mtd_concat_create()658 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()700 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
1075 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()1089 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()1206 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()1209 if (mtd->_write_oob) in mtd_write_oob()1210 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
176 return part->parent->_write_oob(part->parent, to + part->offset, ops); in part_write_oob()389 if (parent->_write_oob) in allocate_partition()390 slave->mtd._write_oob = part_write_oob; in allocate_partition()
377 if (!mtd->_write_oob) in mtdchar_writeoob()614 if (!mtd->_write_oob) in mtdchar_write_ioctl()
297 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member543 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
1035 mtd->_write_oob = spinand_mtd_write; in spinand_init()
1789 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
3946 mtd->_write_oob = onenand_write_oob; in onenand_scan()
6701 mtd->_write_oob = nand_write_oob; in nand_scan_tail()