Home
last modified time | relevance | path

Searched refs:debugfs_dapm (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dapm.c2204 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()
2206 debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()
2214 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()
2217 debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()
2225 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_free_widget()
2228 debugfs_lookup_and_remove(w->name, dapm->debugfs_dapm); in dapm_debugfs_free_widget()
2233 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
2234 dapm->debugfs_dapm = NULL; in dapm_debugfs_cleanup()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-dapm.c2215 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()
2217 debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()
2225 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()
2228 debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()
2234 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
2235 dapm->debugfs_dapm = NULL; in dapm_debugfs_cleanup()
/kernel/linux/linux-5.10/include/sound/
H A Dsoc-dapm.h706 struct dentry *debugfs_dapm; member
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-dapm.h714 struct dentry *debugfs_dapm; member

Completed in 15 milliseconds