check_pptable     478 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*check_pptable)(struct smu_context *smu);
check_pptable     572 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->check_pptable ? (smu)->funcs->check_pptable((smu)) : 0)
check_pptable    1778 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.check_pptable = smu_v11_0_check_pptable,