Home
last modified time | relevance | path

Searched refs:nanddev_to_mtd (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/mtd/nand/
Decc-sw-bch.c173 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_bch_init_ctx()
295 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_bch_prepare_io_req()
332 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_bch_finish_io_req()
Dcore.c63 struct mtd_info *mtd = nanddev_to_mtd(nand); in nanddev_markbad()
348 struct mtd_info *mtd = nanddev_to_mtd(nand); in nanddev_init()
Decc-sw-hamming.c470 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_hamming_init_ctx()
548 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_hamming_prepare_io_req()
585 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_sw_hamming_finish_io_req()
Decc.c465 struct mtd_info *mtd = nanddev_to_mtd(nand); in nand_ecc_is_strong_enough()
/Linux-v5.15/include/linux/mtd/
Dnand.h417 static inline struct mtd_info *nanddev_to_mtd(struct nand_device *nand) in nanddev_to_mtd() function
879 struct mtd_info *mtd = nanddev_to_mtd(nand); in nanddev_io_iter_init()
Dspinand.h468 return nanddev_to_mtd(&spinand->base); in spinand_to_mtd()
/Linux-v5.15/drivers/mtd/nand/spi/
Dcore.c259 struct mtd_info *mtd = nanddev_to_mtd(nand); in spinand_ondie_ecc_init_ctx()