Searched refs:its_mode (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c21 struct auto_mode_mode_settings *its_mode; local
51 its_mode = &data->mode_set[AUTO_PERFORMANCE_ON_LAP];
53 its_mode->power_control.stt_skin_temp[STT_TEMP_APU]);
55 its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]);
56 pr_debug("stt_min_limit_perf_on_lap: %u mW\n", its_mode->power_control.stt_min);
58 its_mode = &data->mode_set[AUTO_PERFORMANCE];
59 pr_debug("stt_apu_perf: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_APU]);
60 pr_debug("stt_hs2_perf: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]);
61 pr_debug("stt_min_limit_perf: %u mW\n", its_mode->power_control.stt_min);
63 its_mode
[all...]

Completed in 137 milliseconds