Home
last modified time | relevance | path

Searched refs:dbgfs (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/dma-buf/
Dsync_debug.c20 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/
Deeh-powernv.c269 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()
Dpci.h106 struct dentry *dbgfs; member
Dpci-ioda.c3218 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()