Searched refs:dbgfs (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/dma-buf/ |
D | sync_debug.c | 11 static struct dentry *dbgfs; variable 176 dbgfs = debugfs_create_dir("sync", NULL); in sync_debugfs_init() 183 debugfs_create_file_unsafe("info", 0444, dbgfs, NULL, in sync_debugfs_init() 185 debugfs_create_file_unsafe("sw_sync", 0644, dbgfs, NULL, in sync_debugfs_init()
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 262 if (phb->has_dbgfs || !phb->dbgfs) in pnv_eeh_post_init() 267 phb->dbgfs, hose, in pnv_eeh_post_init() 271 phb->dbgfs, hose, in pnv_eeh_post_init() 274 phb->dbgfs, hose, in pnv_eeh_post_init() 277 phb->dbgfs, hose, in pnv_eeh_post_init()
|
D | pci.h | 102 struct dentry *dbgfs; member
|
D | pci-ioda.c | 3108 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); in pnv_pci_ioda_create_dbgfs() 3109 if (!phb->dbgfs) { in pnv_pci_ioda_create_dbgfs() 3115 debugfs_create_file("dump_diag_regs", 0200, phb->dbgfs, hose, in pnv_pci_ioda_create_dbgfs()
|