check_fw_version  481 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*check_fw_version)(struct smu_context *smu);
check_fw_version  578 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->check_fw_version ? (smu)->funcs->check_fw_version((smu)) : 0)
check_fw_version 1766 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.check_fw_version = smu_v11_0_check_fw_version,
check_fw_version  385 drivers/gpu/drm/amd/powerplay/smu_v12_0.c 	.check_fw_version = smu_v12_0_check_fw_version,