smu9_send_msg_to_smc
int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg);
int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg);
smu9_send_msg_to_smc(hwmgr, PPSMC_MSG_GetEnabledSmuFeatures);
PP_ASSERT_WITH_CODE(!smu9_send_msg_to_smc(hwmgr,
.send_msg_to_smc = &smu9_send_msg_to_smc,
PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc(hwmgr,
PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc(hwmgr,
.send_msg_to_smc = &smu9_send_msg_to_smc,