Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
A Daudio_helper.c120 struct dentry *parent = dapm->debugfs_dapm; in gbaudio_dapm_free_controls()
/linux/sound/soc/
A Dsoc-dapm.c2216 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()
2218 debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()
2226 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()
2229 debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()
2235 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
2236 dapm->debugfs_dapm = NULL; in dapm_debugfs_cleanup()
/linux/include/sound/
A Dsoc-dapm.h705 struct dentry *debugfs_dapm; member

Completed in 13 milliseconds