Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dprocessor_thermal.c74 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
163 static int cpufreq_get_cur_state(unsigned int cpu) in cpufreq_get_cur_state() function
222 *cur_state = cpufreq_get_cur_state(pr->id); in processor_get_cur_state()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dcpufreq_cooling.c395 * cpufreq_get_cur_state - callback function to get the current cooling state.
404 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state() function
461 .get_cur_state = cpufreq_get_cur_state,
/kernel/linux/linux-6.6/drivers/thermal/
H A Dcpufreq_cooling.c418 * cpufreq_get_cur_state - callback function to get the current cooling state.
427 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()

Completed in 4 milliseconds