Home
last modified time | relevance | path

Searched refs:cpufreq_get_max_state (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dprocessor_thermal.c66 static int cpufreq_get_max_state(unsigned int cpu) in cpufreq_get_max_state() function
158 static int cpufreq_get_max_state(unsigned int cpu) in cpufreq_get_max_state() function
184 max_state += cpufreq_get_max_state(pr->id); in acpi_processor_max_state()
244 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dcpufreq_cooling.c376 * cpufreq_get_max_state - callback function to get the max cooling state.
385 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state() function
460 .get_max_state = cpufreq_get_max_state,
/kernel/linux/linux-6.6/drivers/thermal/
H A Dcpufreq_cooling.c399 * cpufreq_get_max_state - callback function to get the max cooling state.
408 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()

Completed in 4 milliseconds