Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Ddebug.c26 static struct dentry *root_folder; variable
30 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcmf_debugfs_init()
31 if (IS_ERR(root_folder)) in brcmf_debugfs_init()
32 root_folder = NULL; in brcmf_debugfs_init()
37 if (!root_folder) in brcmf_debugfs_exit()
40 debugfs_remove_recursive(root_folder); in brcmf_debugfs_exit()
41 root_folder = NULL; in brcmf_debugfs_exit()
57 if (!root_folder) in brcmf_debugfs_attach()
60 drvr->dbgfs_dir = debugfs_create_dir(dev_name(dev), root_folder); in brcmf_debugfs_attach()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c35 static struct dentry *root_folder; variable
39 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()