Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma-buf/
Dsync_debug.c11 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/
DMakefile7 obj-$(CONFIG_DAMON_DBGFS) += dbgfs.o
/linux-5.19.10/drivers/media/platform/qcom/venus/
DMakefile6 hfi_parser.o pm_helpers.o dbgfs.o \
/linux-5.19.10/arch/powerpc/platforms/powernv/
Deeh-powernv.c208 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()
Dpci.h122 struct dentry *dbgfs; member
Dpci-ioda.c2471 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()