Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/dw-edma/
Ddw-edma-v0-debugfs.c112 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_ch() local
124 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_ch()
125 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, dir); in dw_edma_debugfs_regs_ch()
130 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_wr() local
173 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_wr()
174 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, regs_dir); in dw_edma_debugfs_regs_wr()
198 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs_rd() local
242 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_rd()
243 dw_edma_debugfs_create_x32(debugfs_regs, nr_entries, regs_dir); in dw_edma_debugfs_regs_rd()
267 const struct debugfs_entries debugfs_regs[] = { in dw_edma_debugfs_regs() local
[all …]
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3324 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in debugfs_snapshot_global_reg_v3_hw()
3334 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in debugfs_snapshot_axi_reg_v3_hw()
3345 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS].data; in debugfs_snapshot_ras_reg_v3_hw()
3651 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL], in debugfs_create_files_v3_hw()
3701 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI], in debugfs_create_files_v3_hw()
3705 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS], in debugfs_create_files_v3_hw()
4536 devm_kfree(dev, hisi_hba->debugfs_regs[dump_index][i].data); in debugfs_release_v3_hw()
4557 &hisi_hba->debugfs_regs[dump_index][r]; in debugfs_alloc_v3_hw()
Dhisi_sas.h471 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c1416 static const struct file_operations *debugfs_regs[] = { variable
1460 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init()
1463 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init()