Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 - 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1284 struct dentry *rootdir) in wl1271_debugfs_add_files()
1288 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files()
1289 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files()
1290 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files()
1292 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files()
1293 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files()
1294 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files()
1295 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files()
1296 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files()
1297 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files()
1283 wl1271_debugfs_add_files(struct wl1271 *wl, struct dentry *rootdir) wl1271_debugfs_add_files() argument
1331 struct dentry *rootdir; wl1271_debugfs_init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1266 struct dentry *rootdir) in wl1271_debugfs_add_files()
1270 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files()
1271 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files()
1272 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files()
1274 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files()
1275 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files()
1276 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files()
1277 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files()
1278 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files()
1279 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files()
1265 wl1271_debugfs_add_files(struct wl1271 *wl, struct dentry *rootdir) wl1271_debugfs_add_files() argument
1313 struct dentry *rootdir; wl1271_debugfs_init() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A 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()
H A Ddebug.h31 struct dentry *rootdir; member
/kernel/linux/linux-5.10/drivers/opp/
H A Ddebugfs.c19 static struct dentry *rootdir; variable
152 d = debugfs_create_dir(opp_table->dentry_name, rootdir); in opp_list_debug_create_dir()
166 opp_dev->dentry = debugfs_create_symlink(name, rootdir, in opp_list_debug_create_link()
205 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, in opp_migrate_dentry()
245 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/opp/
H 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()
237 dentry = debugfs_rename(rootdir, opp_dev->dentry, rootdir, in opp_migrate_dentry()
277 rootdir = debugfs_create_dir("opp", NULL); in opp_debug_init()
/kernel/linux/linux-5.10/kernel/power/
H A Denergy_model.c31 static struct dentry *rootdir; variable
61 d = debugfs_create_dir(dev_name(dev), rootdir); in em_debug_create_pd()
75 debugfs_lookup_and_remove(dev_name(dev), rootdir); in em_debug_remove_pd() local
81 rootdir = debugfs_create_dir("energy_model", NULL); in em_debug_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/qnx4/
H A 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()
/kernel/linux/linux-6.6/fs/qnx4/
H A 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()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_debugfs.c32 static struct dentry *rootdir; variable
330 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
332 debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
341 debugfs_remove_recursive(rootdir); in l2tp_debugfs_exit()
/kernel/linux/linux-6.6/kernel/power/
H A Denergy_model.c32 static struct dentry *rootdir; variable
73 d = debugfs_create_dir(dev_name(dev), rootdir); in em_debug_create_pd()
90 debugfs_lookup_and_remove(dev_name(dev), rootdir); in em_debug_remove_pd() local
96 rootdir = debugfs_create_dir("energy_model", NULL); in em_debug_init()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_debugfs.c32 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.h12 struct dentry *rootdir);
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.h12 struct dentry *rootdir);
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.h12 struct dentry *rootdir);
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.h12 struct dentry *rootdir);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c29 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()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H 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()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c29 static struct dentry *rootdir; variable
385 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
445 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init()
450 debugfs_remove(rootdir); in b43legacy_debugfs_exit()

Completed in 15 milliseconds

12