atom_table 227 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) atom_table 229 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c u32 size = atom_table->ucNumEntries * atom_table 238 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c entry = &atom_table->entries[0]; atom_table 239 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c for (i = 0; i < atom_table->ucNumEntries; i++) { atom_table 246 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c amdgpu_table->count = atom_table->ucNumEntries; atom_table 821 drivers/gpu/drm/radeon/r600_dpm.c ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) atom_table 823 drivers/gpu/drm/radeon/r600_dpm.c u32 size = atom_table->ucNumEntries * atom_table 832 drivers/gpu/drm/radeon/r600_dpm.c entry = &atom_table->entries[0]; atom_table 833 drivers/gpu/drm/radeon/r600_dpm.c for (i = 0; i < atom_table->ucNumEntries; i++) { atom_table 840 drivers/gpu/drm/radeon/r600_dpm.c radeon_table->count = atom_table->ucNumEntries;