Home
last modified time | relevance | path

Searched refs:dbgfs_root (Results 1 – 8 of 8) 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/musb/
H A Dmusb_dsps.c113 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/drivers/dma/
H A Dpxa_dma.c132 struct dentry *dbgfs_root; member
349 pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL); in pxad_init_debugfs()
351 debugfs_create_file("state", 0400, pdev->dbgfs_root, pdev, &state_fops); in pxad_init_debugfs()
353 chandir = debugfs_create_dir("channels", pdev->dbgfs_root); in pxad_init_debugfs()
361 debugfs_remove_recursive(pdev->dbgfs_root); in pxad_cleanup_debugfs()
/linux/drivers/usb/mtu3/
H A Dmtu3.h269 struct dentry *dbgfs_root; member
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c2814 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()
/linux/drivers/iommu/iommufd/
H A Dselftest.c26 static struct dentry *dbgfs_root; variable
2194 dbgfs_root = in iommufd_test_init()
2234 debugfs_remove_recursive(dbgfs_root); in iommufd_test_init()
2268 debugfs_remove_recursive(dbgfs_root); in iommufd_test_exit()