Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/
Decc.c460 bool nand_ecc_is_strong_enough(struct nand_device *nand) in nand_ecc_is_strong_enough() function
480 EXPORT_SYMBOL(nand_ecc_is_strong_enough);
/Linux-v5.10/include/linux/mtd/
Dnand.h279 bool nand_ecc_is_strong_enough(struct nand_device *nand);
/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_base.c5786 if (!nand_ecc_is_strong_enough(&chip->base)) in nand_scan_tail()