Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wcn36xx/
H 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()
H A Ddebug.h31 struct dentry *rootdir; member
/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c232 static struct dentry *rootdir; variable
239 if (!rootdir) in spi_nor_debugfs_register()
240 rootdir = debugfs_create_dir(SPI_NOR_DEBUGFS_ROOT, NULL); in spi_nor_debugfs_register()
246 d = debugfs_create_dir(dev_name(nor->dev), rootdir); in spi_nor_debugfs_register()
256 debugfs_remove(rootdir); in spi_nor_debugfs_shutdown()
/linux/drivers/net/wireless/ti/wl1251/
H 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()
H A Dwl1251.h146 struct dentry *rootdir; member
/linux/net/l2tp/
H A Dl2tp_debugfs.c32 static struct dentry *rootdir; variable
327 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
329 debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
338 debugfs_remove_recursive(rootdir); in l2tp_debugfs_exit()
/linux/drivers/net/wireless/broadcom/b43legacy/
H 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()
/linux/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.h12 struct dentry *rootdir);
/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.h12 struct dentry *rootdir);
H 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()
/linux/drivers/thunderbolt/
H A Dproperty.c225 const struct tb_property_rootdir_entry *rootdir = in tb_property_parse_dir() local
228 if (rootdir->magic != TB_PROPERTY_ROOTDIR_MAGIC) in tb_property_parse_dir()
230 if (rootdir->length > block_len) in tb_property_parse_dir()
233 return __tb_property_parse_dir(block, block_len, 0, rootdir->length, in tb_property_parse_dir()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c28 static struct dentry *rootdir; variable
691 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
761 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init()
766 debugfs_remove(rootdir); in b43_debugfs_exit()
/linux/kernel/power/
H A Denergy_model.c50 static struct dentry *rootdir; variable
148 d = debugfs_create_dir(dev_name(dev), rootdir); in em_debug_create_pd()
172 debugfs_lookup_and_remove(dev_name(dev), rootdir); in em_debug_remove_pd()
178 rootdir = debugfs_create_dir("energy_model", NULL); in em_debug_init()
/linux/drivers/net/wireless/ti/wlcore/
H 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()
H A Dwlcore.h79 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);