Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dprocessor_thermal.c69 static int cpufreq_get_max_state(unsigned int cpu) in cpufreq_get_max_state() function
169 static int cpufreq_get_max_state(unsigned int cpu) in cpufreq_get_max_state() function
195 max_state += cpufreq_get_max_state(pr->id); in acpi_processor_max_state()
255 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
/openbmc/linux/drivers/thermal/
H A Dcpufreq_cooling.c408 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state() function
538 cooling_ops->get_max_state = cpufreq_get_max_state; in __cpufreq_cooling_register()