Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/dw-edma/
Ddw-edma-v0-debugfs.c122 struct dw_edma_debugfs_entry debugfs_regs[] = { in dw_edma_debugfs_regs_ch() local
135 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_ch()
136 dw_edma_debugfs_create_x32(dw, debugfs_regs, nr_entries, dent); in dw_edma_debugfs_regs_ch()
142 const struct dw_edma_debugfs_entry debugfs_regs[] = { in dw_edma_debugfs_regs_wr() local
183 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_wr()
184 dw_edma_debugfs_create_x32(dw, debugfs_regs, nr_entries, regs_dent); in dw_edma_debugfs_regs_wr()
204 const struct dw_edma_debugfs_entry debugfs_regs[] = { in dw_edma_debugfs_regs_rd() local
246 nr_entries = ARRAY_SIZE(debugfs_regs); in dw_edma_debugfs_regs_rd()
247 dw_edma_debugfs_create_x32(dw, debugfs_regs, nr_entries, regs_dent); in dw_edma_debugfs_regs_rd()
266 const struct dw_edma_debugfs_entry debugfs_regs[] = { in dw_edma_debugfs_regs() local
[all …]
Ddw-hdma-v0-debugfs.c82 const struct dw_hdma_debugfs_entry debugfs_regs[] = { in dw_hdma_debugfs_regs_ch() local
111 int nr_entries = ARRAY_SIZE(debugfs_regs); in dw_hdma_debugfs_regs_ch()
113 dw_hdma_debugfs_create_x32(dw, debugfs_regs, nr_entries, dent); in dw_hdma_debugfs_regs_ch()
/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3478 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in debugfs_snapshot_global_reg_v3_hw()
3488 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in debugfs_snapshot_axi_reg_v3_hw()
3499 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS].data; in debugfs_snapshot_ras_reg_v3_hw()
3805 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL], in debugfs_create_files_v3_hw()
3855 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI], in debugfs_create_files_v3_hw()
3859 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS], in debugfs_create_files_v3_hw()
4690 devm_kfree(dev, hisi_hba->debugfs_regs[dump_index][i].data); in debugfs_release_v3_hw()
4711 &hisi_hba->debugfs_regs[dump_index][r]; in debugfs_alloc_v3_hw()
Dhisi_sas.h473 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c1584 static const struct file_operations *debugfs_regs[] = { variable
1630 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init()
1633 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init()