Home
last modified time | relevance | path

Searched refs:nand_write_oob_std (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/mtd/nand/raw/
Dnand_base.c3740 int nand_write_oob_std(struct nand_chip *chip, int page) in nand_write_oob_std() function
3747 EXPORT_SYMBOL(nand_write_oob_std);
5788 ecc->write_oob = nand_write_oob_std; in nand_set_ecc_on_host_ops()
5850 ecc->write_oob = nand_write_oob_std; in nand_set_ecc_soft_ops()
5881 ecc->write_oob = nand_write_oob_std; in nand_set_ecc_soft_ops()
6315 ecc->write_oob = nand_write_oob_std; in nand_scan_tail()
6325 ecc->write_oob = nand_write_oob_std; in nand_scan_tail()
Dmeson_nand.c1341 nand->ecc.write_oob_raw = nand_write_oob_std; in meson_nand_attach_chip()
1342 nand->ecc.write_oob = nand_write_oob_std; in meson_nand_attach_chip()
Darasan-nand-controller.c566 ret = nand_write_oob_std(chip, page); in anfc_write_page_hw_ecc()
Dsunxi_nand.c1713 ecc->write_oob_raw = nand_write_oob_std; in sunxi_nand_hw_ecc_ctrl_init()
/Linux-v6.6/include/linux/mtd/
Drawnand.h1516 int nand_write_oob_std(struct nand_chip *chip, int page);