Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c740 if (subdev[0]->_write_oob) in mtd_concat_create()
741 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()
797 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
H A Dmtdcore.c991 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()
1004 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()
1117 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()
1120 if (mtd->_write_oob) in mtd_write_oob()
1121 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
H A Dmtdpart.c416 return mtd->parent->_write_oob(mtd->parent, to + mtd->offset, ops); in part_write_oob()
628 if (master->_write_oob) in allocate_partition()
629 slave->_write_oob = part_write_oob; in allocate_partition()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h251 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member
493 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c1044 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()
1045 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()
1046 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
H A Dnand_base.c4575 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c1100 mtd->_write_oob = spinand_mtd_write; in spinand_init()
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2660 mtd->_write_oob = onenand_write_oob; in onenand_probe()