Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/
Dsoc-core.c301 platform->debugfs_platform_root = debugfs_create_dir(platform->name, in soc_init_platform_debugfs()
303 if (!platform->debugfs_platform_root) { in soc_init_platform_debugfs()
310 platform->debugfs_platform_root); in soc_init_platform_debugfs()
315 debugfs_remove_recursive(platform->debugfs_platform_root); in soc_cleanup_platform_debugfs()
/linux-3.4.99/include/sound/
Dsoc.h733 struct dentry *debugfs_platform_root; member