Searched refs:root_folder (Results 1 – 2 of 2) sorted by relevance
28 static struct dentry *root_folder; variable60 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcmf_debugfs_init()61 if (IS_ERR(root_folder)) in brcmf_debugfs_init()62 root_folder = NULL; in brcmf_debugfs_init()67 if (!root_folder) in brcmf_debugfs_exit()70 debugfs_remove_recursive(root_folder); in brcmf_debugfs_exit()71 root_folder = NULL; in brcmf_debugfs_exit()78 if (!root_folder) in brcmf_debug_attach()81 drvr->dbgfs_dir = debugfs_create_dir(dev_name(dev), root_folder); in brcmf_debug_attach()
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()