Searched refs:_write_oob (Results 1 – 8 of 8) 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()
595 if (WARN_ON((mtd->_write && mtd->_write_oob) || in add_mtd_device()1483 if (master->_write_oob) in mtd_write_oob_std()1484 ret = master->_write_oob(master, to, ops); in mtd_write_oob_std()1612 if (!master->_write_oob && (!master->_write || ops->oobbuf)) in mtd_write_oob()
353 if (!master->_write_oob) in mtdchar_writeoob()591 if (!master->_write_oob) in mtdchar_write_ioctl()
324 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member654 return master->_read_oob && master->_write_oob; in mtd_has_oob()
1233 mtd->_write_oob = spinand_mtd_write; in spinand_init()
1775 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
3942 mtd->_write_oob = onenand_write_oob; in onenand_scan()
6221 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
Completed in 39 milliseconds