Home
last modified time | relevance | path

Searched refs:dbgfs_root (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/misc/
H A Dxilinx_tmr_inject.c47 static struct dentry *dbgfs_root; variable
76 dbgfs_root = debugfs_create_dir("xtmr_inject", NULL); in xtmr_init_debugfs()
77 dir = fault_create_debugfs_attr("inject_fault", dbgfs_root, in xtmr_init_debugfs()
149 debugfs_remove_recursive(dbgfs_root); in xtmr_inject_remove()
150 dbgfs_root = NULL; in xtmr_inject_remove()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.c273 nic_dev->sq_dbgfs = debugfs_create_dir("SQs", nic_dev->dbgfs_root); in hinic_sq_dbgfs_init()
283 nic_dev->rq_dbgfs = debugfs_create_dir("RQs", nic_dev->dbgfs_root); in hinic_rq_dbgfs_init()
294 nic_dev->func_tbl_dbgfs = debugfs_create_dir("func_table", nic_dev->dbgfs_root); in hinic_func_tbl_dbgfs_init()
305 nic_dev->dbgfs_root = debugfs_create_dir(pci_name(nic_dev->hwdev->hwif->pdev), in hinic_dbg_init()
311 debugfs_remove_recursive(nic_dev->dbgfs_root); in hinic_dbg_uninit()
312 nic_dev->dbgfs_root = NULL; in hinic_dbg_uninit()
H A Dhinic_dev.h116 struct dentry *dbgfs_root; member
/linux/drivers/usb/mtu3/
H A Dmtu3_debugfs.c357 dir_prb = debugfs_create_dir("probe", ssusb->dbgfs_root); in mtu3_debugfs_create_prb_files()
393 dir_eps = debugfs_create_dir("eps", ssusb->dbgfs_root); in mtu3_debugfs_create_ep_dirs()
406 dir_regs = debugfs_create_dir("regs", ssusb->dbgfs_root); in ssusb_dev_debugfs_init()
424 debugfs_create_file("link-state", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init()
426 debugfs_create_file("ep-used", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init()
524 struct dentry *root = ssusb->dbgfs_root; in ssusb_dr_debugfs_init()
532 ssusb->dbgfs_root = in ssusb_debugfs_create_root()
538 debugfs_remove_recursive(ssusb->dbgfs_root); in ssusb_debugfs_remove_root()
539 ssusb->dbgfs_root = NULL; in ssusb_debugfs_remove_root()
H A Dmtu3.h262 struct dentry *dbgfs_root; member
/linux/mm/damon/
H A Ddbgfs.c1091 struct dentry *dbgfs_root; in __damon_dbgfs_init() local
1098 dbgfs_root = debugfs_create_dir("damon", NULL); in __damon_dbgfs_init()
1101 debugfs_create_file(file_names[i], 0600, dbgfs_root, NULL, in __damon_dbgfs_init()
1103 dbgfs_fill_ctx_dir(dbgfs_root, dbgfs_ctxs[0]); in __damon_dbgfs_init()
1105 dbgfs_dirs = kmalloc(sizeof(dbgfs_root), GFP_KERNEL); in __damon_dbgfs_init()
1107 debugfs_remove(dbgfs_root); in __damon_dbgfs_init()
1110 dbgfs_dirs[0] = dbgfs_root; in __damon_dbgfs_init()