Searched refs:dbgfs_root (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/misc/ |
| H 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()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H 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()
|
| H A D | hinic_dev.h | 116 struct dentry *dbgfs_root; member
|
| /linux/drivers/usb/musb/ |
| H A D | musb_dsps.c | 113 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 D | pxa_dma.c | 132 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 D | mtu3.h | 269 struct dentry *dbgfs_root; member
|