Searched refs:dbgfs_root (Results 1 – 9 of 9) sorted by relevance
| /drivers/misc/ |
| A D | xilinx_tmr_inject.c | 47 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()
|
| /drivers/usb/mtu3/ |
| A D | mtu3_debugfs.c | 332 dir_prb = debugfs_create_dir("probe", ssusb->dbgfs_root); in mtu3_debugfs_create_prb_files() 368 dir_eps = debugfs_create_dir("eps", ssusb->dbgfs_root); in mtu3_debugfs_create_ep_dirs() 381 dir_regs = debugfs_create_dir("regs", ssusb->dbgfs_root); in ssusb_dev_debugfs_init() 399 debugfs_create_file("link-state", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init() 401 debugfs_create_file("ep-used", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init() 499 struct dentry *root = ssusb->dbgfs_root; in ssusb_dr_debugfs_init() 507 ssusb->dbgfs_root = in ssusb_debugfs_create_root() 513 debugfs_remove_recursive(ssusb->dbgfs_root); in ssusb_debugfs_remove_root() 514 ssusb->dbgfs_root = NULL; in ssusb_debugfs_remove_root()
|
| A D | mtu3.h | 262 struct dentry *dbgfs_root; member
|
| /drivers/net/ethernet/huawei/hinic/ |
| A 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()
|
| A D | hinic_dev.h | 116 struct dentry *dbgfs_root; member
|
| /drivers/usb/musb/ |
| A D | musb_dsps.c | 113 struct dentry *dbgfs_root; member 415 glue->dbgfs_root = root; in dsps_musb_dbg_init() 505 debugfs_remove_recursive(glue->dbgfs_root); in dsps_musb_exit()
|
| /drivers/dma/ |
| A D | pxa_dma.c | 132 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()
|
| /drivers/crypto/axis/ |
| A D | artpec6_crypto.c | 2814 static struct dentry *dbgfs_root; variable 2818 dbgfs_root = debugfs_create_dir("artpec6_crypto", NULL); in artpec6_crypto_init_debugfs() 2821 fault_create_debugfs_attr("fail_status_read", dbgfs_root, in artpec6_crypto_init_debugfs() 2824 fault_create_debugfs_attr("fail_dma_array_full", dbgfs_root, in artpec6_crypto_init_debugfs() 2831 debugfs_remove_recursive(dbgfs_root); in artpec6_crypto_free_debugfs() 2832 dbgfs_root = NULL; in artpec6_crypto_free_debugfs()
|
| /drivers/iommu/iommufd/ |
| A D | selftest.c | 22 static struct dentry *dbgfs_root; variable 2129 dbgfs_root = in iommufd_test_init() 2169 debugfs_remove_recursive(dbgfs_root); in iommufd_test_init() 2203 debugfs_remove_recursive(dbgfs_root); in iommufd_test_exit()
|
Completed in 33 milliseconds