Searched refs:dbgfs_root (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/misc/ |
D | xilinx_tmr_inject.c | 46 static struct dentry *dbgfs_root; variable 75 dbgfs_root = debugfs_create_dir("xtmr_inject", NULL); in xtmr_init_debugfs() 76 dir = fault_create_debugfs_attr("inject_fault", dbgfs_root, in xtmr_init_debugfs() 148 debugfs_remove_recursive(dbgfs_root); in xtmr_inject_remove() 149 dbgfs_root = NULL; in xtmr_inject_remove()
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_debugfs.c | 273 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()
|
D | hinic_dev.h | 116 struct dentry *dbgfs_root; member
|
/linux-6.6.21/drivers/usb/mtu3/ |
D | mtu3_debugfs.c | 357 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()
|
D | mtu3.h | 262 struct dentry *dbgfs_root; member
|
/linux-6.6.21/mm/damon/ |
D | dbgfs.c | 1076 struct dentry *dbgfs_root; in __damon_dbgfs_init() local 1083 dbgfs_root = debugfs_create_dir("damon", NULL); in __damon_dbgfs_init() 1086 debugfs_create_file(file_names[i], 0600, dbgfs_root, NULL, in __damon_dbgfs_init() 1088 dbgfs_fill_ctx_dir(dbgfs_root, dbgfs_ctxs[0]); in __damon_dbgfs_init() 1090 dbgfs_dirs = kmalloc(sizeof(dbgfs_root), GFP_KERNEL); in __damon_dbgfs_init() 1092 debugfs_remove(dbgfs_root); in __damon_dbgfs_init() 1095 dbgfs_dirs[0] = dbgfs_root; in __damon_dbgfs_init()
|
/linux-6.6.21/drivers/iommu/iommufd/ |
D | selftest.c | 21 static struct dentry *dbgfs_root; variable 1061 dbgfs_root = in iommufd_test_init() 1094 debugfs_remove_recursive(dbgfs_root); in iommufd_test_init() 1106 debugfs_remove_recursive(dbgfs_root); in iommufd_test_exit()
|
/linux-6.6.21/drivers/usb/musb/ |
D | musb_dsps.c | 112 struct dentry *dbgfs_root; member 414 glue->dbgfs_root = root; in dsps_musb_dbg_init() 504 debugfs_remove_recursive(glue->dbgfs_root); in dsps_musb_exit()
|
/linux-6.6.21/drivers/dma/ |
D | pxa_dma.c | 131 struct dentry *dbgfs_root; member 350 pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL); in pxad_init_debugfs() 352 debugfs_create_file("state", 0400, pdev->dbgfs_root, pdev, &state_fops); in pxad_init_debugfs() 354 chandir = debugfs_create_dir("channels", pdev->dbgfs_root); in pxad_init_debugfs() 362 debugfs_remove_recursive(pdev->dbgfs_root); in pxad_cleanup_debugfs()
|
/linux-6.6.21/drivers/crypto/axis/ |
D | artpec6_crypto.c | 2820 static struct dentry *dbgfs_root; variable 2824 dbgfs_root = debugfs_create_dir("artpec6_crypto", NULL); in artpec6_crypto_init_debugfs() 2827 fault_create_debugfs_attr("fail_status_read", dbgfs_root, in artpec6_crypto_init_debugfs() 2830 fault_create_debugfs_attr("fail_dma_array_full", dbgfs_root, in artpec6_crypto_init_debugfs() 2837 debugfs_remove_recursive(dbgfs_root); in artpec6_crypto_free_debugfs() 2838 dbgfs_root = NULL; in artpec6_crypto_free_debugfs()
|