Searched refs:debugfs_dapm (Results 1 – 2 of 2) sorted by relevance
1929 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()1931 if (!dapm->debugfs_dapm) { in snd_soc_dapm_debugfs_init()1938 dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()1950 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()1954 dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()1964 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
610 struct dentry *debugfs_dapm; member