Home
last modified time | relevance | path

Searched refs:_write_oob (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/
H A Dmtdconcat.c689 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()
H A Dmtdcore.c664 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()
H A Dmtdchar.c353 if (!master->_write_oob) in mtdchar_writeoob()
609 if (!master->_write_oob) in mtdchar_write_ioctl()
/linux/include/linux/mtd/
H A Dmtd.h328 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member
656 return master->_read_oob && master->_write_oob; in mtd_has_oob()
/linux/drivers/mtd/devices/
H A Ddocg3.c1783 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6549 mtd->_write_oob = nand_write_oob; in nand_scan_tail()