Home
last modified time | relevance | path

Searched refs:nand_ecc_is_strong_enough (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/mtd/nand/
Decc.c461 bool nand_ecc_is_strong_enough(struct nand_device *nand) in nand_ecc_is_strong_enough() function
481 EXPORT_SYMBOL(nand_ecc_is_strong_enough);
Dcore.c282 if (!nand_ecc_is_strong_enough(nand)) in nanddev_find_ecc_configuration()
/Linux-v5.15/include/linux/mtd/
Dnand.h281 bool nand_ecc_is_strong_enough(struct nand_device *nand);
/Linux-v5.15/drivers/mtd/nand/raw/
Dnand_base.c6172 if (!nand_ecc_is_strong_enough(&chip->base)) in nand_scan_tail()