Searched refs:_write_oob (Results 1 – 6 of 6) sorted by relevance
689 if (subdev_master->_write_oob) in mtd_concat_create()690 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()739 !concat->mtd._write_oob != !subdev_master->_write_oob) { in mtd_concat_create()
664 if (WARN_ON((mtd->_write && mtd->_write_oob) || in add_mtd_device()1626 if (master->_write_oob) in mtd_write_oob_std()1627 ret = master->_write_oob(master, to, ops); in mtd_write_oob_std()1760 if (!master->_write_oob && (!master->_write || ops->oobbuf)) in mtd_write_oob()
353 if (!master->_write_oob) in mtdchar_writeoob()609 if (!master->_write_oob) in mtdchar_write_ioctl()
328 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member656 return master->_read_oob && master->_write_oob; in mtd_has_oob()
1783 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
6549 mtd->_write_oob = nand_write_oob; in nand_scan_tail()