Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c62 struct dentry *debugfs_dapm; member
2578 dapm->debugfs_dapm = debugfs_create_dir("dapm", parent); in snd_soc_dapm_debugfs_init()
2580 debugfs_create_file("bias_level", 0444, dapm->debugfs_dapm, dapm, in snd_soc_dapm_debugfs_init()
2588 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_add_widget()
2591 debugfs_create_file(w->name, 0444, dapm->debugfs_dapm, w, in dapm_debugfs_add_widget()
2599 if (!dapm->debugfs_dapm || !w->name) in dapm_debugfs_free_widget()
2602 debugfs_lookup_and_remove(w->name, dapm->debugfs_dapm); in dapm_debugfs_free_widget()
2607 debugfs_remove_recursive(dapm->debugfs_dapm); in dapm_debugfs_cleanup()
2608 dapm->debugfs_dapm = NULL; in dapm_debugfs_cleanup()