• Home
  • Raw
  • Download

Lines Matching refs:PPSMC_Result_OK

622 				if (smc_result != PPSMC_Result_OK)  in ci_enable_power_containment()
630 if (smc_result != PPSMC_Result_OK) in ci_enable_power_containment()
638 if (smc_result != PPSMC_Result_OK) { in ci_enable_power_containment()
678 if (smc_result != PPSMC_Result_OK) { in ci_enable_smc_cac()
1050 if (smc_result != PPSMC_Result_OK) in ci_unfreeze_sclk_mclk_dpm()
1057 if (smc_result != PPSMC_Result_OK) in ci_unfreeze_sclk_mclk_dpm()
1073 if (smc_result != PPSMC_Result_OK) in ci_enable_sclk_mclk_dpm()
1079 if (smc_result != PPSMC_Result_OK) in ci_enable_sclk_mclk_dpm()
1097 if (smc_result != PPSMC_Result_OK) in ci_enable_sclk_mclk_dpm()
1103 if (smc_result != PPSMC_Result_OK) in ci_enable_sclk_mclk_dpm()
1131 if (smc_result != PPSMC_Result_OK) in ci_start_dpm()
1140 if (smc_result != PPSMC_Result_OK) in ci_start_dpm()
1158 if (smc_result != PPSMC_Result_OK) in ci_freeze_sclk_mclk_dpm()
1165 if (smc_result != PPSMC_Result_OK) in ci_freeze_sclk_mclk_dpm()
1189 if (smc_result != PPSMC_Result_OK) in ci_stop_dpm()
1198 if (smc_result != PPSMC_Result_OK) in ci_stop_dpm()
1256 if ((smc_result == PPSMC_Result_OK) && parameter) in ci_send_msg_to_smc_return_parameter()
1269 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_state_sclk()
1283 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_state_mclk()
1297 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_state_pcie()
1311 if (smc_result != PPSMC_Result_OK) in ci_set_power_limit()
1323 if (smc_result != PPSMC_Result_OK) in ci_set_overdrive_target_tdp()
1340 if (smc_result != PPSMC_Result_OK) in ci_get_average_sclk_freq()
1353 if (smc_result != PPSMC_Result_OK) in ci_get_average_mclk_freq()
1521 return (ci_send_msg_to_smc(rdev, msg) == PPSMC_Result_OK) ? 0 : -EINVAL; in ci_notify_smc_display_change()
1531 if (ci_send_msg_to_smc(rdev, PPSMC_MSG_MASTER_DeepSleep_ON) != PPSMC_Result_OK) in ci_enable_ds_master_switch()
1534 if (ci_send_msg_to_smc(rdev, PPSMC_MSG_MASTER_DeepSleep_OFF) != PPSMC_Result_OK) in ci_enable_ds_master_switch()
1539 if (ci_send_msg_to_smc(rdev, PPSMC_MSG_MASTER_DeepSleep_OFF) != PPSMC_Result_OK) in ci_enable_ds_master_switch()
2041 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_ResetToDefaults) == PPSMC_Result_OK) ? in ci_reset_to_default()
2646 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_EnableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
2649 return (ci_send_msg_to_smc(rdev, PPSMC_MSG_DisableULV) == PPSMC_Result_OK) ? in ci_enable_ulv()
3322 requested_voltage * VOLTAGE_SCALE) == PPSMC_Result_OK) ? in ci_apply_disp_minimum_voltage_request()
3340 if (result != PPSMC_Result_OK) in ci_upload_dpm_level_enable_mask()
3350 if (result != PPSMC_Result_OK) in ci_upload_dpm_level_enable_mask()
3360 if (result != PPSMC_Result_OK) in ci_upload_dpm_level_enable_mask()
3488 PPSMC_MSG_UVDDPM_Enable : PPSMC_MSG_UVDDPM_Disable) == PPSMC_Result_OK) ? in ci_enable_uvd_dpm()
3520 PPSMC_MSG_VCEDPM_Enable : PPSMC_MSG_VCEDPM_Disable) == PPSMC_Result_OK) ? in ci_enable_vce_dpm()
3552 PPSMC_MSG_SAMUDPM_Enable : PPSMC_MSG_SAMUDPM_Disable) == PPSMC_Result_OK) ?
3584 PPSMC_MSG_ACPDPM_Enable : PPSMC_MSG_ACPDPM_Disable) == PPSMC_Result_OK) ?
3833 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_performance_level()
3838 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_performance_level()
3843 if (smc_result != PPSMC_Result_OK) in ci_dpm_force_performance_level()
4716 if (result != PPSMC_Result_OK) in ci_dpm_late_enable()