Home
last modified time | relevance | path

Searched refs:debugfs_regs (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/dma/dw-edma/
Ddw-edma-v0-debugfs.c113 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_ch() local
125 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_ch()
126 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, dir); in dw_edma_debugfs_regs_ch()
131 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_wr() local
174 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_wr()
175 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, regs_dir); in dw_edma_debugfs_regs_wr()
199 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_rd() local
243 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_rd()
244 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, regs_dir); in dw_edma_debugfs_regs_rd()
268 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs() local
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c1187 static const struct file_operations *debugfs_regs[] = { variable
1223 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init()
1226 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init()
1229 adev->debugfs_regs[i] = ent; in amdgpu_debugfs_regs_init()
Damdgpu.h755 struct dentry *debugfs_regs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; member
/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2761 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in hisi_sas_debugfs_snapshot_global_reg()
2774 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in hisi_sas_debugfs_snapshot_axi_reg()
2788 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS].data; in hisi_sas_debugfs_snapshot_ras_reg()
3235 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL], in hisi_sas_debugfs_create_files()
3285 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI], in hisi_sas_debugfs_create_files()
3289 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS], in hisi_sas_debugfs_create_files()
3840 devm_kfree(dev, hisi_hba->debugfs_regs[dump_index][i].data); in hisi_sas_debugfs_release()
3855 &hisi_hba->debugfs_regs[dump_index][r]; in hisi_sas_debugfs_alloc()
Dhisi_sas.h484 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member