Searched refs:debugfs_regs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-v0-debugfs.c | 122 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 D | dw-hdma-v0-debugfs.c | 82 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()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 3486 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in debugfs_snapshot_global_reg_v3_hw() 3496 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in debugfs_snapshot_axi_reg_v3_hw() 3507 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS].data; in debugfs_snapshot_ras_reg_v3_hw() 3813 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL], in debugfs_create_files_v3_hw() 3863 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI], in debugfs_create_files_v3_hw() 3867 &hisi_hba->debugfs_regs[dump_index][DEBUGFS_RAS], in debugfs_create_files_v3_hw() 4698 devm_kfree(dev, hisi_hba->debugfs_regs[dump_index][i].data); in debugfs_release_v3_hw() 4719 &hisi_hba->debugfs_regs[dump_index][r]; in debugfs_alloc_v3_hw()
|
H A D | hisi_sas.h | 473 struct hisi_sas_debugfs_regs debugfs_regs[HISI_SAS_MAX_DEBUGFS_DUMP][DEBUGFS_REGS_NUM]; member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 1596 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()
|