Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mtd/
Dmtd.h718 bool mtd_check_expert_analysis_mode(void);
720 static inline bool mtd_check_expert_analysis_mode(void) { return false; } in mtd_check_expert_analysis_mode() function
/linux-6.1.9/drivers/mtd/nand/
Dcore.c24 if (mtd_check_expert_analysis_mode()) in nanddev_isbad()
/linux-6.1.9/drivers/mtd/
Dmtdcore.c342 bool mtd_check_expert_analysis_mode(void) in mtd_check_expert_analysis_mode() function
351 EXPORT_SYMBOL_GPL(mtd_check_expert_analysis_mode);
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_bbt.c1458 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbt()
Dnand_base.c324 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbm()