Home
last modified time | relevance | path

Searched refs:debugfs_regs (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H A 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...]
/kernel/linux/linux-6.6/drivers/dma/dw-edma/
H A 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...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c1199 static const struct file_operations *debugfs_regs[] = { variable
1235 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init()
1238 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init()
1241 adev->debugfs_regs[i] = ent; in amdgpu_debugfs_regs_init()
H A Damdgpu.h756 struct dentry *debugfs_regs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; member
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2757 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in hisi_sas_debugfs_snapshot_global_reg()
2770 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in hisi_sas_debugfs_snapshot_axi_reg()
2784 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS].data; in hisi_sas_debugfs_snapshot_ras_reg()
3231 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL], in hisi_sas_debugfs_create_files()
3281 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI], in hisi_sas_debugfs_create_files()
3285 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS], in hisi_sas_debugfs_create_files()
3836 devm_kfree(dev, hisi_hba->debugfs_regs[dump_index][i].data); in hisi_sas_debugfs_release()
3851 &hisi_hba->debugfs_regs[dump_index][r]; in hisi_sas_debugfs_alloc()
H A Dhisi_sas.h484 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas.h473 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c1596 static const struct file_operations *debugfs_regs[] = { variable
1642 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init()
1645 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init()

Completed in 26 milliseconds