/drivers/base/power/opp/ |
D | debugfs.c | 22 static struct dentry *rootdir; variable 126 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir() 148 d = debugfs_create_symlink(name, rootdir, opp_table->dentry_name); in opp_list_debug_create_link() 172 if (!rootdir) { in opp_debug_register() 201 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, in opp_migrate_dentry() 241 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init() 242 if (!rootdir) { in opp_debug_init()
|
/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1275 struct dentry *rootdir) in wl1271_debugfs_add_files() argument 1280 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files() 1281 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files() 1282 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files() 1284 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files() 1285 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files() 1286 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files() 1287 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files() 1288 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files() 1289 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files() [all …]
|
D | hw_ops.h | 166 wlcore_debugfs_init(struct wl1271 *wl, struct dentry *rootdir) in wlcore_debugfs_init() argument 169 return wl->ops->debugfs_init(wl, rootdir); in wlcore_debugfs_init()
|
D | wlcore.h | 93 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
|
/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 452 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 453 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 454 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 455 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 476 wl->debugfs.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in wl1251_debugfs_init() 478 if (IS_ERR(wl->debugfs.rootdir)) { in wl1251_debugfs_init() 479 ret = PTR_ERR(wl->debugfs.rootdir); in wl1251_debugfs_init() 480 wl->debugfs.rootdir = NULL; in wl1251_debugfs_init() 485 wl->debugfs.rootdir); in wl1251_debugfs_init() 519 debugfs_remove(wl->debugfs.rootdir); in wl1251_debugfs_init() [all …]
|
D | wl1251.h | 160 struct dentry *rootdir; member
|
/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 143 mode, dfs->rootdir, \ 157 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init() 159 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init() 161 dfs->rootdir = NULL; in wcn36xx_debugfs_init() 172 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
|
D | debug.h | 31 struct dentry *rootdir; member
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | debugfs.c | 42 static struct dentry *rootdir; variable 410 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 494 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init() 495 if (IS_ERR(rootdir)) in b43legacy_debugfs_init() 496 rootdir = NULL; in b43legacy_debugfs_init() 501 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
|
/drivers/net/wireless/broadcom/b43/ |
D | debugfs.c | 41 static struct dentry *rootdir; variable 720 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 820 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init() 821 if (IS_ERR(rootdir)) in b43_debugfs_init() 822 rootdir = NULL; in b43_debugfs_init() 827 debugfs_remove(rootdir); in b43_debugfs_exit()
|
/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.h | 26 struct dentry *rootdir);
|
D | debugfs.c | 412 struct dentry *rootdir) in wl18xx_debugfs_add_files() argument 417 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
|
/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.h | 26 struct dentry *rootdir);
|
D | debugfs.c | 126 struct dentry *rootdir) in wl12xx_debugfs_add_files() argument 131 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
|
/drivers/clk/ |
D | clk.c | 1991 static struct dentry *rootdir; variable 2251 ret = clk_debug_create_one(core, rootdir); in clk_debug_register() 2302 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init() 2304 if (!rootdir) in clk_debug_init() 2307 d = debugfs_create_file("clk_summary", S_IRUGO, rootdir, &all_lists, in clk_debug_init() 2312 d = debugfs_create_file("clk_dump", S_IRUGO, rootdir, &all_lists, in clk_debug_init() 2317 d = debugfs_create_file("clk_orphan_summary", S_IRUGO, rootdir, in clk_debug_init() 2322 d = debugfs_create_file("clk_orphan_dump", S_IRUGO, rootdir, in clk_debug_init() 2329 clk_debug_create_one(core, rootdir); in clk_debug_init()
|
/drivers/staging/typec/fusb302/ |
D | fusb302.c | 242 static struct dentry *rootdir; variable 247 if (!rootdir) { in fusb302_debugfs_init() 248 rootdir = debugfs_create_dir("fusb302", NULL); in fusb302_debugfs_init() 249 if (!rootdir) in fusb302_debugfs_init() 254 S_IFREG | 0444, rootdir, in fusb302_debugfs_init()
|
/drivers/staging/typec/ |
D | tcpm.c | 546 static struct dentry *rootdir; variable 552 if (!rootdir) { in tcpm_debugfs_init() 553 rootdir = debugfs_create_dir("tcpm", NULL); in tcpm_debugfs_init() 554 if (!rootdir) in tcpm_debugfs_init() 559 S_IFREG | 0444, rootdir, in tcpm_debugfs_init()
|