Home
last modified time | relevance | path

Searched refs:dfs_dir_mtd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c384 static struct dentry *dfs_dir_mtd; variable
390 if (IS_ERR_OR_NULL(dfs_dir_mtd)) in mtd_debugfs_populate()
393 mtd->dbg.dfs_dir = debugfs_create_dir(dev_name(dev), dfs_dir_mtd); in mtd_debugfs_populate()
2525 dfs_dir_mtd = debugfs_create_dir("mtd", NULL); in init_mtd()
2526 debugfs_create_bool("expert_analysis_mode", 0600, dfs_dir_mtd, in init_mtd()
2545 debugfs_remove_recursive(dfs_dir_mtd); in cleanup_mtd()
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c395 static struct dentry *dfs_dir_mtd; variable
402 if (IS_ERR_OR_NULL(dfs_dir_mtd)) in mtd_debugfs_populate()
405 root = debugfs_create_dir(dev_name(dev), dfs_dir_mtd); in mtd_debugfs_populate()
2259 dfs_dir_mtd = debugfs_create_dir("mtd", NULL); in init_mtd()
2276 debugfs_remove_recursive(dfs_dir_mtd); in cleanup_mtd()

Completed in 7 milliseconds