Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mtd/
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()
Dmtdcore.c989 if ((!mtd->_write && !mtd->_write_oob) || in mtd_write()
1002 ret = mtd->_write_oob(mtd, to, &ops); in mtd_write()
1115 if (!mtd->_write_oob && (!mtd->_write || ops->oobbuf)) in mtd_write_oob()
1118 if (mtd->_write_oob) in mtd_write_oob()
1119 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
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()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h251 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member
516 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dmxs_nand.c1064 if (mtd->_write_oob != mxs_nand_hook_write_oob) { in mxs_nand_setup_ecc()
1065 nand_info->hooked_write_oob = mtd->_write_oob; in mxs_nand_setup_ecc()
1066 mtd->_write_oob = mxs_nand_hook_write_oob; in mxs_nand_setup_ecc()
Dnand_base.c5325 mtd->_write_oob = nand_write_oob; in nand_scan_tail()
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/spi/
Dcore.c1100 mtd->_write_oob = spinand_mtd_write; in spinand_init()
/third_party/uboot/u-boot-2020.01/drivers/mtd/onenand/
Donenand_base.c2660 mtd->_write_oob = onenand_write_oob; in onenand_probe()