Searched refs:debugfs_root (Results 1 – 4 of 4) sorted by relevance
63 struct dentry *debugfs_root; member
350 if (!codec->component.debugfs_root) { in wm_adsp2_init_debugfs()360 root = debugfs_create_dir(root_name, codec->component.debugfs_root); in wm_adsp2_init_debugfs()383 dsp->debugfs_root = root; in wm_adsp2_init_debugfs()394 debugfs_remove_recursive(dsp->debugfs_root); in wm_adsp2_cleanup_debugfs()
279 struct dentry *debugfs_root; member
296 component->debugfs_root = debugfs_create_dir(name, in soc_init_component_debugfs()301 component->debugfs_root = debugfs_create_dir(component->name, in soc_init_component_debugfs()305 if (!component->debugfs_root) { in soc_init_component_debugfs()312 component->debugfs_root); in soc_init_component_debugfs()320 debugfs_remove_recursive(component->debugfs_root); in soc_cleanup_component_debugfs()328 codec->component.debugfs_root, in soc_init_codec_debugfs()