Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/
Dprocessor_thermal.c77 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
174 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
233 *cur_state = cpufreq_get_cur_state(pr->id); in processor_get_cur_state()
/linux-6.6.21/drivers/thermal/
Dcpufreq_cooling.c427 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state() function
539 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()