Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A 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/drivers/mtd/nand/
H A Dcore.c24 if (mtd_check_expert_analysis_mode()) in nanddev_isbad()
/linux/drivers/mtd/
H A 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/drivers/mtd/nand/raw/
H A Dnand_bbt.c1457 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbt()
H A Dnand_base.c323 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbm()