| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | debugfs.c | 1291 struct dentry *rootdir) in wl1271_debugfs_add_files() argument 1295 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files() 1296 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files() 1297 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files() 1299 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files() 1300 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files() 1301 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files() 1302 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files() 1303 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files() 1304 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files() [all …]
|
| 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()
|
| D | wlcore.h | 79 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
|
| /Linux-v5.4/drivers/opp/ |
| D | debugfs.c | 19 static struct dentry *rootdir; variable 110 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir() 124 opp_dev->dentry = debugfs_create_symlink(name, rootdir, in opp_list_debug_create_link() 163 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, in opp_migrate_dentry() 203 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
|
| /Linux-v5.4/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() 171 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
|
| D | debug.h | 31 struct dentry *rootdir; member
|
| /Linux-v5.4/fs/qnx4/ |
| D | inode.c | 155 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local 168 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot() 169 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot() 170 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot() 171 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot() 173 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
|
| /Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
| 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()
|
| D | wl1251.h | 146 struct dentry *rootdir; member
|
| /Linux-v5.4/kernel/power/ |
| D | energy_model.c | 28 static struct dentry *rootdir; variable 61 d = debugfs_create_dir(name, rootdir); in em_debug_create_pd() 73 rootdir = debugfs_create_dir("energy_model", NULL); in em_debug_init()
|
| /Linux-v5.4/net/l2tp/ |
| D | l2tp_debugfs.c | 33 static struct dentry *rootdir; variable 328 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init() 330 debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init() 339 debugfs_remove_recursive(rootdir); in l2tp_debugfs_exit()
|
| /Linux-v5.4/drivers/net/wireless/ti/wl18xx/ |
| D | debugfs.h | 12 struct dentry *rootdir);
|
| D | debugfs.c | 409 struct dentry *rootdir) in wl18xx_debugfs_add_files() argument 413 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
|
| /Linux-v5.4/drivers/net/wireless/ti/wl12xx/ |
| D | debugfs.h | 12 struct dentry *rootdir);
|
| 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-v5.4/drivers/net/wireless/broadcom/b43legacy/ |
| D | debugfs.c | 29 static struct dentry *rootdir; variable 395 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 464 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init() 469 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
|
| /Linux-v5.4/drivers/thunderbolt/ |
| D | property.c | 223 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()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | debugfs.c | 28 static struct dentry *rootdir; variable 705 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 789 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init() 794 debugfs_remove(rootdir); in b43_debugfs_exit()
|
| /Linux-v5.4/drivers/clk/ |
| D | clk.c | 2868 static struct dentry *rootdir; variable 3168 clk_debug_create_one(core, rootdir); in clk_debug_register() 3202 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init() 3204 debugfs_create_file("clk_summary", 0444, rootdir, &all_lists, in clk_debug_init() 3206 debugfs_create_file("clk_dump", 0444, rootdir, &all_lists, in clk_debug_init() 3208 debugfs_create_file("clk_orphan_summary", 0444, rootdir, &orphan_list, in clk_debug_init() 3210 debugfs_create_file("clk_orphan_dump", 0444, rootdir, &orphan_list, in clk_debug_init() 3215 clk_debug_create_one(core, rootdir); in clk_debug_init()
|
| /Linux-v5.4/fs/udf/ |
| D | super.c | 2113 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local 2262 ret = udf_find_fileset(sb, &fileset, &rootdir); in udf_fill_super() 2284 inode = udf_iget(sb, &rootdir); in udf_fill_super() 2287 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()
|