Searched refs:root_folder (Results 1 – 2 of 2) sorted by relevance
34 static struct dentry *root_folder; variable38 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcms_debugfs_init()39 if (IS_ERR(root_folder)) in brcms_debugfs_init()40 root_folder = NULL; in brcms_debugfs_init()45 if (!root_folder) in brcms_debugfs_exit()48 debugfs_remove_recursive(root_folder); in brcms_debugfs_exit()49 root_folder = NULL; in brcms_debugfs_exit()54 if (!root_folder) in brcms_debugfs_attach()58 dev_name(&drvr->wlc->hw->d11core->dev), root_folder); in brcms_debugfs_attach()
27 static struct dentry *root_folder; variable31 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcmf_debugfs_init()32 if (IS_ERR(root_folder)) in brcmf_debugfs_init()33 root_folder = NULL; in brcmf_debugfs_init()38 if (!root_folder) in brcmf_debugfs_exit()41 debugfs_remove_recursive(root_folder); in brcmf_debugfs_exit()42 root_folder = NULL; in brcmf_debugfs_exit()49 if (!root_folder) in brcmf_debugfs_attach()52 drvr->dbgfs_dir = debugfs_create_dir(dev_name(dev), root_folder); in brcmf_debugfs_attach()