Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/mtd/nand/
H A Dcore.c24 if (mtd_check_expert_analysis_mode()) in nanddev_isbad()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c372 bool mtd_check_expert_analysis_mode(void) in mtd_check_expert_analysis_mode() function
381 EXPORT_SYMBOL_GPL(mtd_check_expert_analysis_mode);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c1458 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbt()
H A Dnand_base.c324 if (mtd_check_expert_analysis_mode()) in nand_isbad_bbm()