Home
last modified time | relevance | path

Searched refs:mtd_set_ooblayout (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/mtd/nand/raw/
A Dsm_common.c172 mtd_set_ooblayout(mtd, &oob_sm_ops); in sm_attach_chip()
174 mtd_set_ooblayout(mtd, &oob_sm_small_ops); in sm_attach_chip()
A Dnand_micron.c542 mtd_set_ooblayout(mtd, in micron_nand_init()
545 mtd_set_ooblayout(mtd, in micron_nand_init()
A Dsharpsl.c165 mtd_set_ooblayout(mtd, data->ecc_layout); in sharpsl_nand_probe()
A Domap2.c2086 mtd_set_ooblayout(mtd, &omap_ooblayout_ops); in omap_nand_attach_chip()
2103 mtd_set_ooblayout(mtd, &omap_sw_ooblayout_ops); in omap_nand_attach_chip()
2126 mtd_set_ooblayout(mtd, &omap_ooblayout_ops); in omap_nand_attach_chip()
2140 mtd_set_ooblayout(mtd, &omap_sw_ooblayout_ops); in omap_nand_attach_chip()
2163 mtd_set_ooblayout(mtd, &omap_ooblayout_ops); in omap_nand_attach_chip()
2179 mtd_set_ooblayout(mtd, &omap_ooblayout_ops); in omap_nand_attach_chip()
A Dnand_toshiba.c143 mtd_set_ooblayout(mtd, nand_get_large_page_ooblayout()); in toshiba_nand_benand_init()
A Ddavinci_nand.c649 mtd_set_ooblayout(mtd, in davinci_nand_attach_chip()
652 mtd_set_ooblayout(mtd, in davinci_nand_attach_chip()
A Dfsmc_nand.c943 mtd_set_ooblayout(mtd, &fsmc_ecc4_ooblayout_ops); in fsmc_nand_attach_chip()
984 mtd_set_ooblayout(mtd, in fsmc_nand_attach_chip()
A Dsh_flctl.c1030 mtd_set_ooblayout(mtd, &flctl_4secc_oob_smallpage_ops); in flctl_chip_attach_chip()
1033 mtd_set_ooblayout(mtd, &flctl_4secc_oob_largepage_ops); in flctl_chip_attach_chip()
A Dpl35x-nand-controller.c918 mtd_set_ooblayout(mtd, &pl35x_ecc_ooblayout16_ops); in pl35x_nand_init_hw_ecc_controller()
922 mtd_set_ooblayout(mtd, nand_get_large_page_ooblayout()); in pl35x_nand_init_hw_ecc_controller()
A Dtegra_nand.c973 mtd_set_ooblayout(mtd, &tegra_nand_oob_rs_ops); in tegra_nand_attach_chip()
994 mtd_set_ooblayout(mtd, &tegra_nand_oob_bch_ops); in tegra_nand_attach_chip()
A Dhisi504_nand.c668 mtd_set_ooblayout(mtd, &hisi_ooblayout_ops); in hisi_nfc_ecc_probe()
A Dintel-nand-controller.c510 mtd_set_ooblayout(mtd, &ebu_nand_ooblayout_ops); in ebu_nand_attach_chip()
A Dlpc32xx_mlc.c672 mtd_set_ooblayout(mtd, &lpc32xx_ooblayout_ops); in lpc32xx_nand_attach_chip()
A Dvf610_nfc.c777 mtd_set_ooblayout(mtd, nand_get_large_page_ooblayout()); in vf610_nfc_attach_chip()
A Dcafe_nand.c617 mtd_set_ooblayout(mtd, &cafe_ooblayout_ops); in cafe_nand_attach_chip()
A Dfsl_elbc_nand.c743 mtd_set_ooblayout(mtd, &fsl_elbc_ooblayout_ops); in fsl_elbc_attach_chip()
A Dlpc32xx_slc.c789 mtd_set_ooblayout(mtd, &lpc32xx_ooblayout_ops); in lpc32xx_nand_attach_chip()
/linux/drivers/mtd/nand/raw/ingenic/
A Dingenic_nand_drv.c245 mtd_set_ooblayout(mtd, &qi_lb60_ooblayout_ops); in ingenic_nand_attach_chip()
247 mtd_set_ooblayout(mtd, nfc->soc_info->oob_layout); in ingenic_nand_attach_chip()
249 mtd_set_ooblayout(mtd, nand_get_large_page_ooblayout()); in ingenic_nand_attach_chip()
/linux/drivers/mtd/nand/
A Decc-sw-hamming.c478 mtd_set_ooblayout(mtd, nand_get_small_page_ooblayout()); in nand_ecc_sw_hamming_init_ctx()
482 mtd_set_ooblayout(mtd, in nand_ecc_sw_hamming_init_ctx()
A Decc-sw-bch.c185 mtd_set_ooblayout(mtd, nand_get_large_page_ooblayout()); in nand_ecc_sw_bch_init_ctx()
/linux/drivers/mtd/nand/onenand/
A Donenand_base.c3893 mtd_set_ooblayout(mtd, &flexonenand_ooblayout_ops); in onenand_scan()
3896 mtd_set_ooblayout(mtd, &onenand_oob_128_ooblayout_ops); in onenand_scan()
3903 mtd_set_ooblayout(mtd, &onenand_oob_32_64_ooblayout_ops); in onenand_scan()
3908 mtd_set_ooblayout(mtd, &onenand_oob_32_64_ooblayout_ops); in onenand_scan()
3917 mtd_set_ooblayout(mtd, &onenand_oob_32_64_ooblayout_ops); in onenand_scan()
/linux/drivers/mtd/nand/spi/
A Dcore.c273 mtd_set_ooblayout(mtd, spinand->eccinfo.ooblayout); in spinand_ondie_ecc_init_ctx()
275 mtd_set_ooblayout(mtd, &spinand_noecc_ooblayout); in spinand_ondie_ecc_init_ctx()
/linux/include/linux/mtd/
A Dmtd.h447 static inline void mtd_set_ooblayout(struct mtd_info *mtd, in mtd_set_ooblayout() function
/linux/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c1292 mtd_set_ooblayout(mtd, &brcmnand_hamming_ooblayout_ops); in brcmstb_choose_ecc_layout()
1304 mtd_set_ooblayout(mtd, &brcmnand_bch_sp_ooblayout_ops); in brcmstb_choose_ecc_layout()
1306 mtd_set_ooblayout(mtd, &brcmnand_bch_lp_ooblayout_ops); in brcmstb_choose_ecc_layout()
/linux/drivers/mtd/
A Dmtdconcat.c756 mtd_set_ooblayout(&concat->mtd, subdev[0]->ooblayout); in mtd_concat_create()

Completed in 70 milliseconds

12