Searched refs:rootdir (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 1005 struct dentry *rootdir) in wl1271_debugfs_add_files() argument 1010 stats = debugfs_create_dir("fw-statistics", rootdir); in wl1271_debugfs_add_files() 1107 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files() 1108 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files() 1109 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files() 1111 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files() 1112 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files() 1113 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files() 1114 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files() 1115 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files() [all …]
|
/drivers/net/wireless/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 | 159 struct dentry *rootdir; member
|
/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 42 static struct dentry *rootdir; variable 408 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 492 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init() 493 if (IS_ERR(rootdir)) in b43legacy_debugfs_init() 494 rootdir = NULL; in b43legacy_debugfs_init() 499 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
|
/drivers/net/wireless/b43/ |
D | debugfs.c | 41 static struct dentry *rootdir; variable 718 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 818 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init() 819 if (IS_ERR(rootdir)) in b43_debugfs_init() 820 rootdir = NULL; in b43_debugfs_init() 825 debugfs_remove(rootdir); in b43_debugfs_exit()
|
/drivers/clk/ |
D | clk.c | 32 static struct dentry *rootdir; variable 138 pdentry = rootdir; in clk_debug_register() 170 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init() 172 if (!rootdir) in clk_debug_init() 175 orphandir = debugfs_create_dir("orphans", rootdir); in clk_debug_init() 183 clk_debug_create_subtree(clk, rootdir); in clk_debug_init()
|
/drivers/net/wireless/iwmc3200wifi/ |
D | debugfs.c | 428 iwm->dbg.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in iwm_debugfs_init() 430 iwm->dbg.rootdir); in iwm_debugfs_init() 487 debugfs_remove(iwm->dbg.rootdir); in iwm_debugfs_exit()
|
D | debug.h | 92 struct dentry *rootdir; member
|