| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | debug.c | 180 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 D | debug.h | 31 struct dentry *rootdir; member
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | debugfs.c | 230 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()
|
| /linux/fs/qnx4/ |
| H A D | inode.c | 160 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local 173 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot() 174 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot() 175 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot() 176 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot() 178 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | debugfs.c | 431 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 D | wl1251.h | 146 struct dentry *rootdir; member
|
| /linux/net/l2tp/ |
| H A D | l2tp_debugfs.c | 32 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/ti/wl18xx/ |
| H A D | debugfs.h | 12 struct dentry *rootdir);
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | debugfs.h | 12 struct dentry *rootdir);
|
| H A D | debugfs.c | 112 struct dentry *rootdir) in wl12xx_debugfs_add_files() argument 116 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | hw_ops.h | 152 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 D | wlcore.h | 79 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 69 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()
|
| /linux/drivers/clk/ |
| H A D | clk.c | 3275 static struct dentry *rootdir; variable 3760 clk_debug_create_one(core, rootdir); in clk_debug_register() 3812 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init() 3814 debugfs_create_file("clk_summary", 0444, rootdir, &all_lists, in clk_debug_init() 3816 debugfs_create_file("clk_dump", 0444, rootdir, &all_lists, in clk_debug_init() 3818 debugfs_create_file("clk_orphan_summary", 0444, rootdir, &orphan_list, in clk_debug_init() 3820 debugfs_create_file("clk_orphan_dump", 0444, rootdir, &orphan_list, in clk_debug_init() 3825 clk_debug_create_one(core, rootdir); in clk_debug_init()
|
| /linux/fs/udf/ |
| H A D | super.c | 2156 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local 2280 ret = udf_find_fileset(sb, &fileset, &rootdir); in udf_fill_super() 2302 inode = udf_iget(sb, &rootdir); in udf_fill_super() 2305 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()
|