Searched refs:debugfs_dapm (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/soc/ |
| H A D | soc-dapm.c | 2261 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init() 2263 debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init() 2271 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget() 2274 debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w, in dapm_debugfs_add_widget() 2282 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_free_widget() 2285 debugfs_lookup_and_remove(w->name, dapm->debugfs_dapm); in dapm_debugfs_free_widget() 2290 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup() 2291 dapm->debugfs_dapm = NULL; in dapm_debugfs_cleanup()
|
| /linux-6.15/include/sound/ |
| H A D | soc-dapm.h | 701 struct dentry *debugfs_dapm; member
|