Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/
Decc.c467 bool nand_ecc_is_strong_enough(struct nand_device *nand) in nand_ecc_is_strong_enough() function
487 EXPORT_SYMBOL(nand_ecc_is_strong_enough);
Dcore.c287 if (!nand_ecc_is_strong_enough(nand)) in nanddev_find_ecc_configuration()
/linux-6.1.9/include/linux/mtd/
Dnand.h305 bool nand_ecc_is_strong_enough(struct nand_device *nand);
/linux-6.1.9/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c263 if (!nand_ecc_is_strong_enough(nand)) in gpmi_check_ecc()
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_base.c6247 if (!nand_ecc_is_strong_enough(&chip->base)) in nand_scan_tail()