Home
last modified time | relevance | path

Searched refs:write_page_raw (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c557 chip->ecc.write_page_raw = nand_write_page_raw_notsupp; in micron_nand_init()
561 if (!chip->ecc.write_page_raw) in micron_nand_init()
562 chip->ecc.write_page_raw = nand_write_page_raw; in micron_nand_init()
H A Dnand_toshiba.c139 chip->ecc.write_page_raw = nand_write_page_raw_notsupp; in toshiba_nand_benand_init()
H A Dnand_base.c4203 return chip->ecc.write_page_raw(chip, buf, 1, page); in nand_write_page_swecc()
4414 status = chip->ecc.write_page_raw(chip, buf, oob_required, in nand_write_page()
5886 if (!ecc->write_page_raw) in nand_set_ecc_on_host_ops()
5887 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_on_host_ops()
5914 if (!ecc->write_page_raw) in nand_set_ecc_on_host_ops()
5915 ecc->write_page_raw = nand_write_page_raw_syndrome; in nand_set_ecc_on_host_ops()
5950 if (!ecc->write_page_raw) in nand_set_ecc_soft_ops()
5951 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
5981 if (!ecc->write_page_raw) in nand_set_ecc_soft_ops()
5982 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
[all …]
H A Dmxc_nand.c1413 chip->ecc.write_page_raw = mxc_nand_write_page_raw; in mxcnd_attach_chip()
1418 chip->ecc.write_page_raw = nand_monolithic_write_page_raw; in mxcnd_attach_chip()
H A Dlpc32xx_mlc.c668 chip->ecc.write_page_raw = lpc32xx_write_page_lowlevel; in lpc32xx_nand_attach_chip()
H A Dmarvell_nand.c1695 return chip->ecc.write_page_raw(chip, buf, true, page); in marvell_nfc_hw_ecc_bch_write_oob_raw()
2298 ecc->write_page_raw = marvell_nfc_hw_ecc_hmg_write_page_raw; in marvell_nand_hw_ecc_controller_init()
2309 ecc->write_page_raw = marvell_nfc_hw_ecc_bch_write_page_raw; in marvell_nand_hw_ecc_controller_init()
H A Dvf610_nfc.c793 chip->ecc.write_page_raw = vf610_nfc_write_page_raw; in vf610_nfc_attach_chip()
H A Dlpc32xx_slc.c801 chip->ecc.write_page_raw = lpc32xx_nand_write_page_raw_syndrome; in lpc32xx_nand_attach_chip()
H A Dpl35x-nand-controller.c914 chip->ecc.write_page_raw = nand_monolithic_write_page_raw; in pl35x_nand_init_hw_ecc_controller()
H A Dtegra_nand.c939 chip->ecc.write_page_raw = tegra_nand_write_page_raw; in tegra_nand_attach_chip()
H A Ddenali.c1245 chip->ecc.write_page_raw = denali_write_page_raw; in denali_chip_init()
H A Drockchip-nand-controller.c1086 chip->ecc.write_page_raw = rk_nfc_write_page_raw; in rk_nfc_attach_chip()
H A Darasan-nand-controller.c1238 chip->ecc.write_page_raw = nand_monolithic_write_page_raw; in anfc_attach_chip()
H A Dmeson_nand.c1356 nand->ecc.write_page_raw = meson_nfc_write_page_raw; in meson_nand_attach_chip()
H A Dmtk_nand.c1397 nand->ecc.write_page_raw = mtk_nfc_write_page_raw; in mtk_nfc_nand_chip_init()
H A Dstm32_fmc2_nand.c1649 chip->ecc.write_page_raw = stm32_fmc2_nfc_seq_write_page_raw; in stm32_fmc2_nfc_nand_callbacks_setup()
H A Dqcom_nandc.c1460 ecc->write_page_raw = qcom_nandc_write_page_raw; in qcom_nand_attach_chip()
H A Dcadence-nand-controller.c2712 chip->ecc.write_page_raw = cadence_nand_write_page_raw; in cadence_nand_attach_chip()
/linux/include/linux/mtd/
H A Drawnand.h370 int (*write_page_raw)(struct nand_chip *chip, const uint8_t *buf, member
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2158 status = chip->ecc.write_page_raw(chip, buffer, 0, page); in mx23_write_transcription_stamp()
2288 ecc->write_page_raw = gpmi_ecc_write_page_raw; in gpmi_init_last()
/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1206 chip->ecc.write_page_raw = atmel_nand_pmecc_write_page_raw; in atmel_nand_ecc_init()
1234 chip->ecc.write_page_raw = atmel_hsmc_nand_pmecc_write_page_raw; in atmel_hsmc_nand_ecc_init()