Searched refs:root_folder (Results 1 – 1 of 1) sorted by relevance
35 static struct dentry *root_folder; variable39 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcms_debugfs_init()40 if (IS_ERR(root_folder)) in brcms_debugfs_init()41 root_folder = NULL; in brcms_debugfs_init()46 if (!root_folder) in brcms_debugfs_exit()49 debugfs_remove_recursive(root_folder); in brcms_debugfs_exit()50 root_folder = NULL; in brcms_debugfs_exit()55 if (!root_folder) in brcms_debugfs_attach()59 dev_name(&drvr->wlc->hw->d11core->dev), root_folder); in brcms_debugfs_attach()