Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 – 18 of 18) sorted by relevance

/drivers/net/wireless/ti/wlcore/
A Ddebugfs.c1266 struct dentry *rootdir) in wl1271_debugfs_add_files() argument
1270 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files()
1271 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files()
1274 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files()
1277 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files()
1283 DEBUGFS_ADD(forced_ps, rootdir); in wl1271_debugfs_add_files()
1287 DEBUGFS_ADD(irq_timeout, rootdir); in wl1271_debugfs_add_files()
1289 DEBUGFS_ADD(sleep_auth, rootdir); in wl1271_debugfs_add_files()
1290 DEBUGFS_ADD(fw_logger, rootdir); in wl1271_debugfs_add_files()
1313 struct dentry *rootdir; in wl1271_debugfs_init() local
[all …]
A Dhw_ops.h152 wlcore_debugfs_init(struct wl1271 *wl, struct dentry *rootdir) in wlcore_debugfs_init() argument
155 return wl->ops->debugfs_init(wl, rootdir); in wlcore_debugfs_init()
A Dwlcore.h79 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
/drivers/net/wireless/ath/wcn36xx/
A Ddebug.c180 mode, dfs->rootdir, \
194 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
196 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init()
198 dfs->rootdir = NULL; in wcn36xx_debugfs_init()
210 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
A Ddebug.h31 struct dentry *rootdir; member
/drivers/mtd/spi-nor/
A Ddebugfs.c230 static struct dentry *rootdir; variable
237 if (!rootdir) in spi_nor_debugfs_register()
238 rootdir = debugfs_create_dir(SPI_NOR_DEBUGFS_ROOT, NULL); in spi_nor_debugfs_register()
244 d = debugfs_create_dir(dev_name(nor->dev), rootdir); in spi_nor_debugfs_register()
254 debugfs_remove(rootdir); in spi_nor_debugfs_shutdown()
/drivers/net/wireless/ti/wl1251/
A Ddebugfs.c431 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
432 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
434 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
451 wl->debugfs.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in wl1251_debugfs_init()
454 wl->debugfs.rootdir); in wl1251_debugfs_init()
473 debugfs_remove(wl->debugfs.rootdir); in wl1251_debugfs_exit()
474 wl->debugfs.rootdir = NULL; in wl1251_debugfs_exit()
A Dwl1251.h146 struct dentry *rootdir; member
/drivers/opp/
A Ddebugfs.c20 static struct dentry *rootdir; variable
180 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir()
194 opp_dev->dentry = debugfs_create_symlink(name, rootdir, in opp_list_debug_create_link()
275 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
/drivers/net/wireless/broadcom/b43legacy/
A Ddebugfs.c29 static struct dentry *rootdir; variable
381 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
441 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init()
446 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
/drivers/thunderbolt/
A Dproperty.c223 const struct tb_property_rootdir_entry *rootdir = in tb_property_parse_dir() local
226 if (rootdir->magic != TB_PROPERTY_ROOTDIR_MAGIC) in tb_property_parse_dir()
228 if (rootdir->length > block_len) in tb_property_parse_dir()
231 return __tb_property_parse_dir(block, block_len, 0, rootdir->length, in tb_property_parse_dir()
/drivers/net/wireless/ti/wl12xx/
A Ddebugfs.h12 struct dentry *rootdir);
A Ddebugfs.c112 struct dentry *rootdir) in wl12xx_debugfs_add_files() argument
116 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
/drivers/net/wireless/ti/wl18xx/
A Ddebugfs.h12 struct dentry *rootdir);
A Ddebugfs.c403 struct dentry *rootdir) in wl18xx_debugfs_add_files() argument
407 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
/drivers/net/wireless/broadcom/b43/
A Ddebugfs.c28 static struct dentry *rootdir; variable
692 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
762 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init()
767 debugfs_remove(rootdir); in b43_debugfs_exit()
/drivers/dma/
A Ddmaengine.c69 static struct dentry *rootdir; variable
74 rootdir); in dmaengine_debug_register()
130 rootdir = debugfs_create_dir("dmaengine", NULL); in dmaengine_debugfs_init()
133 debugfs_create_file("summary", 0444, rootdir, NULL, in dmaengine_debugfs_init()
/drivers/clk/
A Dclk.c3293 static struct dentry *rootdir; variable
3778 clk_debug_create_one(core, rootdir); in clk_debug_register()
3830 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init()
3832 debugfs_create_file("clk_summary", 0444, rootdir, &all_lists, in clk_debug_init()
3834 debugfs_create_file("clk_dump", 0444, rootdir, &all_lists, in clk_debug_init()
3836 debugfs_create_file("clk_orphan_summary", 0444, rootdir, &orphan_list, in clk_debug_init()
3838 debugfs_create_file("clk_orphan_dump", 0444, rootdir, &orphan_list, in clk_debug_init()
3843 clk_debug_create_one(core, rootdir); in clk_debug_init()

Completed in 52 milliseconds