Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/drivers/mtd/nand/
Dcore.c24 if (mtd_check_expert_analysis_mode()) in nanddev_isbad()
/linux-6.14.4/drivers/mtd/
Dmtdcore.c373 bool mtd_check_expert_analysis_mode(void) in mtd_check_expert_analysis_mode() function
382 EXPORT_SYMBOL_GPL(mtd_check_expert_analysis_mode);
/linux-6.14.4/drivers/mtd/nand/raw/
Dnand_bbt.c1457 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbt()
Dnand_base.c323 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbm()