Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/opp/
Ddebugfs.c22 static struct dentry *rootdir; variable
139 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir()
161 d = debugfs_create_symlink(name, rootdir, opp_table->dentry_name); in opp_list_debug_create_link()
185 if (!rootdir) { in opp_debug_register()
214 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, in opp_migrate_dentry()
254 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
255 if (!rootdir) { in opp_debug_init()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1305 struct dentry *rootdir) in wl1271_debugfs_add_files() argument
1310 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files()
1311 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files()
1312 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files()
1314 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files()
1315 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files()
1316 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files()
1317 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files()
1318 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files()
1319 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files()
[all …]
Dhw_ops.h166 wlcore_debugfs_init(struct wl1271 *wl, struct dentry *rootdir) in wlcore_debugfs_init() argument
169 return wl->ops->debugfs_init(wl, rootdir); in wlcore_debugfs_init()
Dwlcore.h93 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Ddebug.c143 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()
Ddebug.h31 struct dentry *rootdir; member
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Ddebugfs.c452 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 …]
Dwl1251.h160 struct dentry *rootdir; member
/Linux-v4.19/net/l2tp/
Dl2tp_debugfs.c37 static struct dentry *rootdir; variable
335 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
336 if (IS_ERR(rootdir)) { in l2tp_debugfs_init()
337 rc = PTR_ERR(rootdir); in l2tp_debugfs_init()
338 rootdir = NULL; in l2tp_debugfs_init()
342 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
358 debugfs_remove(rootdir); in l2tp_debugfs_exit()
/Linux-v4.19/fs/qnx4/
Dinode.c154 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local
167 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot()
168 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot()
169 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot()
170 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot()
172 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.c42 static struct dentry *rootdir; variable
410 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
494 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init()
495 if (IS_ERR(rootdir)) in b43legacy_debugfs_init()
496 rootdir = NULL; in b43legacy_debugfs_init()
501 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Ddebugfs.h26 struct dentry *rootdir);
Ddebugfs.c423 struct dentry *rootdir) in wl18xx_debugfs_add_files() argument
428 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Ddebugfs.h26 struct dentry *rootdir);
Ddebugfs.c126 struct dentry *rootdir) in wl12xx_debugfs_add_files() argument
131 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
/Linux-v4.19/drivers/thunderbolt/
Dproperty.c222 const struct tb_property_rootdir_entry *rootdir = in tb_property_parse_dir() local
225 if (rootdir->magic != TB_PROPERTY_ROOTDIR_MAGIC) in tb_property_parse_dir()
227 if (rootdir->length > block_len) in tb_property_parse_dir()
230 return __tb_property_parse_dir(block, block_len, 0, rootdir->length, in tb_property_parse_dir()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddebugfs.c41 static struct dentry *rootdir; variable
720 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
820 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init()
821 if (IS_ERR(rootdir)) in b43_debugfs_init()
822 rootdir = NULL; in b43_debugfs_init()
827 debugfs_remove(rootdir); in b43_debugfs_exit()
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c216 static struct dentry *rootdir; variable
221 if (!rootdir) in fusb302_debugfs_init()
222 rootdir = debugfs_create_dir("fusb302", NULL); in fusb302_debugfs_init()
225 S_IFREG | 0444, rootdir, in fusb302_debugfs_init()
232 debugfs_remove(rootdir); in fusb302_debugfs_exit()
/Linux-v4.19/drivers/clk/
Dclk.c2612 static struct dentry *rootdir; variable
2846 clk_debug_create_one(core, rootdir); in clk_debug_register()
2880 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init()
2882 debugfs_create_file("clk_summary", 0444, rootdir, &all_lists, in clk_debug_init()
2884 debugfs_create_file("clk_dump", 0444, rootdir, &all_lists, in clk_debug_init()
2886 debugfs_create_file("clk_orphan_summary", 0444, rootdir, &orphan_list, in clk_debug_init()
2888 debugfs_create_file("clk_orphan_dump", 0444, rootdir, &orphan_list, in clk_debug_init()
2893 clk_debug_create_one(core, rootdir); in clk_debug_init()
/Linux-v4.19/fs/udf/
Dsuper.c2040 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local
2185 if (udf_find_fileset(sb, &fileset, &rootdir)) { in udf_fill_super()
2207 inode = udf_iget(sb, &rootdir); in udf_fill_super()
2210 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c569 static struct dentry *rootdir; variable
575 if (!rootdir) in tcpm_debugfs_init()
576 rootdir = debugfs_create_dir("tcpm", NULL); in tcpm_debugfs_init()
579 S_IFREG | 0444, rootdir, in tcpm_debugfs_init()