Home
last modified time | relevance | path

Searched refs:thermal_req (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/acpi/
Dprocessor_thermal.c108 if (unlikely(!freq_qos_request_active(&pr->thermal_req))) in cpufreq_set_cur_state()
119 ret = freq_qos_update_request(&pr->thermal_req, max_freq); in cpufreq_set_cur_state()
140 &pr->thermal_req, in acpi_thermal_cpufreq_init()
156 freq_qos_remove_request(&pr->thermal_req); in acpi_thermal_cpufreq_exit()
/Linux-v5.4/include/acpi/
Dprocessor.h236 struct freq_qos_request thermal_req; member