Searched refs:debugfs_platform_root (Results 1 – 2 of 2) sorted by relevance
301 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()
733 struct dentry *debugfs_platform_root; member