Home
last modified time | relevance | path

Searched refs:debugfs_dapm (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/
Dsoc-dapm.c2121 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()
2123 if (!dapm->debugfs_dapm) { in snd_soc_dapm_debugfs_init()
2130 dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()
2142 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()
2146 dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()
2156 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
/Linux-v4.19/include/sound/
Dsoc-dapm.h679 struct dentry *debugfs_dapm; member