send_smc_msg_with_param 493 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h int (*send_smc_msg_with_param)(struct smu_context *smu, uint16_t msg, uint32_t param); send_smc_msg_with_param 605 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h ((smu)->funcs->send_smc_msg_with_param? (smu)->funcs->send_smc_msg_with_param((smu), (msg), (param)) : 0) send_smc_msg_with_param 1768 drivers/gpu/drm/amd/powerplay/smu_v11_0.c .send_smc_msg_with_param = smu_v11_0_send_msg_with_param, send_smc_msg_with_param 389 drivers/gpu/drm/amd/powerplay/smu_v12_0.c .send_smc_msg_with_param = smu_v12_0_send_msg_with_param,