debugfs_dapm      683 include/sound/soc-dapm.h 	struct dentry *debugfs_dapm;
debugfs_dapm     2210 sound/soc/soc-dapm.c 	dapm->debugfs_dapm = debugfs_create_dir("dapm", parent);
debugfs_dapm     2212 sound/soc/soc-dapm.c 	debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm,
debugfs_dapm     2220 sound/soc/soc-dapm.c 	if (!dapm->debugfs_dapm || !w->name)
debugfs_dapm     2223 sound/soc/soc-dapm.c 	debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w,
debugfs_dapm     2229 sound/soc/soc-dapm.c 	debugfs_remove_recursive(dapm->debugfs_dapm);
debugfs_dapm     2230 sound/soc/soc-dapm.c 	dapm->debugfs_dapm = NULL;