Searched refs:STT_TEMP_HS2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/platform/x86/amd/pmf/ |
D | cnqf.c | 62 data->ps[i].stt_skintemp[STT_TEMP_HS2]); in amd_pmf_cnqf_dump_defaults() 86 amd_pmf_send_cmd(dev, SET_STT_LIMIT_HS2, false, pc->stt_skin_temp[STT_TEMP_HS2], in amd_pmf_set_cnqf() 285 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 286 out->ps[APMF_CNQF_QUIET].stt_skintemp[STT_TEMP_HS2]; in amd_pmf_update_mode_set() 299 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 300 out->ps[APMF_CNQF_BALANCE].stt_skintemp[STT_TEMP_HS2]; in amd_pmf_update_mode_set() 313 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 314 out->ps[APMF_CNQF_PERFORMANCE].stt_skintemp[STT_TEMP_HS2]; in amd_pmf_update_mode_set() 327 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 328 out->ps[APMF_CNQF_TURBO].stt_skintemp[STT_TEMP_HS2]; in amd_pmf_update_mode_set()
|
D | auto-mode.c | 55 its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults() 60 pr_debug("stt_hs2_perf: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults() 65 pr_debug("stt_hs2_balanced: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults() 70 pr_debug("stt_hs2_quiet: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults() 125 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2], NULL); in amd_pmf_set_automode() 346 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_quiet; in amd_pmf_load_defaults_auto_mode() 355 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_balanced; in amd_pmf_load_defaults_auto_mode() 364 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_perf; in amd_pmf_load_defaults_auto_mode() 373 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_perf_on_lap; in amd_pmf_load_defaults_auto_mode()
|
D | sps.c | 59 data->prop[i][j].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_sps_defaults() 87 config_store.prop[i][j].stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_load_defaults_sps() 88 output.prop[idx].stt_skin_temp[STT_TEMP_HS2]; in amd_pmf_load_defaults_sps() 112 config_store.prop[src][idx].stt_skin_temp[STT_TEMP_HS2], NULL); in amd_pmf_update_slider() 124 (u32 *)&table->prop[src][idx].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_update_slider()
|
D | pmf.h | 136 STT_TEMP_HS2, enumerator
|
D | core.c | 103 table.prop[src][mode].stt_skin_temp[STT_TEMP_HS2]); in current_power_limits_show()
|