Searched refs:debugfs_regs (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/dma/dw-edma/ |
| D | dw-edma-v0-debugfs.c | 113 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.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_debugfs.c | 797 static const struct file_operations *debugfs_regs[] = { variable 831 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_init() 834 adev, debugfs_regs[i]); in amdgpu_debugfs_regs_init() 837 adev->debugfs_regs[i] = ent; in amdgpu_debugfs_regs_init() 847 for (i = 0; i < ARRAY_SIZE(debugfs_regs); i++) { in amdgpu_debugfs_regs_cleanup() 848 if (adev->debugfs_regs[i]) { in amdgpu_debugfs_regs_cleanup() 849 debugfs_remove(adev->debugfs_regs[i]); in amdgpu_debugfs_regs_cleanup() 850 adev->debugfs_regs[i] = NULL; in amdgpu_debugfs_regs_cleanup()
|
| D | amdgpu.h | 800 struct dentry *debugfs_regs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; member
|
| /Linux-v5.4/drivers/scsi/hisi_sas/ |
| D | hisi_sas_main.c | 2736 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_GLOBAL]; in hisi_sas_debugfs_snapshot_global_reg() 2748 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_AXI]; in hisi_sas_debugfs_snapshot_axi_reg() 2761 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg() 2849 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_GLOBAL], in hisi_sas_debugfs_global_show() 2875 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_AXI], in hisi_sas_debugfs_axi_show() 2901 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_RAS], in hisi_sas_debugfs_ras_show() 3702 devm_kfree(dev, hisi_hba->debugfs_regs[i]); in hisi_sas_debugfs_release() 3719 hisi_hba->debugfs_regs[DEBUGFS_GLOBAL] = in hisi_sas_debugfs_alloc() 3722 if (!hisi_hba->debugfs_regs[DEBUGFS_GLOBAL]) in hisi_sas_debugfs_alloc() 3735 hisi_hba->debugfs_regs[DEBUGFS_AXI] = in hisi_sas_debugfs_alloc() [all …]
|
| D | hisi_sas.h | 405 u32 *debugfs_regs[DEBUGFS_REGS_NUM]; member
|