write_subpage     742 drivers/mtd/nand/raw/fsl_elbc_nand.c 			chip->ecc.write_subpage = fsl_elbc_write_subpage;
write_subpage    1395 drivers/mtd/nand/raw/mtk_nand.c 	nand->ecc.write_subpage = mtk_nfc_write_subpage_hwecc;
write_subpage    3926 drivers/mtd/nand/raw/nand_base.c 		chip->ecc.write_subpage)
write_subpage    3935 drivers/mtd/nand/raw/nand_base.c 		status = chip->ecc.write_subpage(chip, offset, data_len, buf,
write_subpage    5612 drivers/mtd/nand/raw/nand_base.c 		if (!ecc->write_subpage && ecc->hwctl && ecc->calculate)
write_subpage    5613 drivers/mtd/nand/raw/nand_base.c 			ecc->write_subpage = nand_write_subpage_hwecc;
write_subpage    2072 drivers/mtd/nand/raw/omap2.c 		chip->ecc.write_subpage	= omap_write_subpage_bch;
write_subpage    2114 drivers/mtd/nand/raw/omap2.c 		chip->ecc.write_subpage	= omap_write_subpage_bch;
write_subpage    2136 drivers/mtd/nand/raw/omap2.c 		chip->ecc.write_subpage	= omap_write_subpage_bch;
write_subpage    1709 drivers/mtd/nand/raw/sunxi_nand.c 	ecc->write_subpage = sunxi_nfc_hw_ecc_write_subpage;
write_subpage     380 include/linux/mtd/rawnand.h 	int (*write_subpage)(struct nand_chip *chip, uint32_t offset,