write_pptable 485 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h int (*write_pptable)(struct smu_context *smu); write_pptable 580 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h ((smu)->funcs->write_pptable ? (smu)->funcs->write_pptable((smu)) : 0) write_pptable 1781 drivers/gpu/drm/amd/powerplay/smu_v11_0.c .write_pptable = smu_v11_0_write_pptable,