Searched refs:dbgfs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/dma-buf/ |
D | sync_debug.c | 20 static struct dentry *dbgfs; variable 195 dbgfs = debugfs_create_dir("sync", NULL); in sync_debugfs_init() 202 debugfs_create_file_unsafe("info", 0444, dbgfs, NULL, in sync_debugfs_init() 204 debugfs_create_file_unsafe("sw_sync", 0644, dbgfs, NULL, in sync_debugfs_init()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 269 if (phb->has_dbgfs || !phb->dbgfs) in pnv_eeh_post_init() 274 phb->dbgfs, hose, in pnv_eeh_post_init() 278 phb->dbgfs, hose, in pnv_eeh_post_init() 281 phb->dbgfs, hose, in pnv_eeh_post_init() 284 phb->dbgfs, hose, in pnv_eeh_post_init()
|
D | pci.h | 106 struct dentry *dbgfs; member
|
D | pci-ioda.c | 3218 phb->dbgfs = debugfs_create_dir(name, powerpc_debugfs_root); in pnv_pci_ioda_create_dbgfs() 3219 if (!phb->dbgfs) { in pnv_pci_ioda_create_dbgfs() 3225 debugfs_create_file("dump_diag_regs", 0200, phb->dbgfs, hose, in pnv_pci_ioda_create_dbgfs()
|