Searched refs:stt_skin_temp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/platform/x86/amd/pmf/ |
D | sps.c | 31 config_store.prop[i][j].stt_skin_temp[STT_TEMP_APU] = in amd_pmf_load_defaults_sps() 32 output.prop[idx].stt_skin_temp[STT_TEMP_APU]; in amd_pmf_load_defaults_sps() 33 config_store.prop[i][j].stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_load_defaults_sps() 34 output.prop[idx].stt_skin_temp[STT_TEMP_HS2]; in amd_pmf_load_defaults_sps() 55 config_store.prop[src][idx].stt_skin_temp[STT_TEMP_APU], NULL); in amd_pmf_update_slider() 57 config_store.prop[src][idx].stt_skin_temp[STT_TEMP_HS2], NULL); in amd_pmf_update_slider() 67 (u32 *)&table->prop[src][idx].stt_skin_temp[STT_TEMP_APU]); in amd_pmf_update_slider() 69 (u32 *)&table->prop[src][idx].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_update_slider()
|
D | auto-mode.c | 29 pwr_ctrl->stt_skin_temp[STT_TEMP_APU], NULL); in amd_pmf_set_automode() 31 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2], NULL); in amd_pmf_set_automode() 204 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_quiet; in amd_pmf_load_defaults_auto_mode() 205 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_quiet; in amd_pmf_load_defaults_auto_mode() 213 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_balanced; in amd_pmf_load_defaults_auto_mode() 214 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_balanced; in amd_pmf_load_defaults_auto_mode() 222 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_perf; in amd_pmf_load_defaults_auto_mode() 223 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_perf; in amd_pmf_load_defaults_auto_mode() 231 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_perf_on_lap; in amd_pmf_load_defaults_auto_mode() 232 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_perf_on_lap; in amd_pmf_load_defaults_auto_mode()
|
D | cnqf.c | 28 amd_pmf_send_cmd(dev, SET_STT_LIMIT_APU, false, pc->stt_skin_temp[STT_TEMP_APU], in amd_pmf_set_cnqf() 30 amd_pmf_send_cmd(dev, SET_STT_LIMIT_HS2, false, pc->stt_skin_temp[STT_TEMP_HS2], in amd_pmf_set_cnqf() 208 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set() 210 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 222 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set() 224 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 236 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set() 238 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set() 250 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set() 252 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
|
D | pmf.h | 180 u8 stt_skin_temp[STT_TEMP_COUNT]; member 206 u32 stt_skin_temp[STT_TEMP_COUNT]; member
|
D | core.c | 79 table.prop[src][mode].stt_skin_temp[STT_TEMP_APU], in current_power_limits_show() 80 table.prop[src][mode].stt_skin_temp[STT_TEMP_HS2]); in current_power_limits_show()
|