Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A 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()
/openbmc/linux/drivers/thermal/
H A 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()