Searched refs:dbgfs (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/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-5.19.10/mm/damon/ |
D | Makefile | 7 obj-$(CONFIG_DAMON_DBGFS) += dbgfs.o
|
/linux-5.19.10/drivers/media/platform/qcom/venus/ |
D | Makefile | 6 hfi_parser.o pm_helpers.o dbgfs.o \
|
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 208 if (phb->has_dbgfs || !phb->dbgfs) in pnv_eeh_post_init() 213 phb->dbgfs, hose, in pnv_eeh_post_init() 217 phb->dbgfs, hose, in pnv_eeh_post_init() 220 phb->dbgfs, hose, in pnv_eeh_post_init() 223 phb->dbgfs, hose, in pnv_eeh_post_init()
|
D | pci.h | 122 struct dentry *dbgfs; member
|
D | pci-ioda.c | 2471 phb->dbgfs = debugfs_create_dir(name, arch_debugfs_dir); in pnv_pci_ioda_create_dbgfs() 2473 debugfs_create_file_unsafe("dump_diag_regs", 0200, phb->dbgfs, in pnv_pci_ioda_create_dbgfs() 2475 debugfs_create_file_unsafe("dump_ioda_pe_state", 0200, phb->dbgfs, in pnv_pci_ioda_create_dbgfs()
|