Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dprocessor_thermal.c88 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
205 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
264 *cur_state = cpufreq_get_cur_state(pr->id); in processor_get_cur_state()
/linux/drivers/thermal/
H A Dcpufreq_cooling.c454 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state() function
563 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()