setup_pptable     475 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*setup_pptable)(struct smu_context *smu);
setup_pptable     560 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->setup_pptable ? (smu)->funcs->setup_pptable((smu)) : 0)
setup_pptable    1770 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.setup_pptable = smu_v11_0_setup_pptable,