Home
last modified time | relevance | path

Searched refs:of_cpufreq_cooling_register (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dcpu_cooling.h41 of_cpufreq_cooling_register(struct cpufreq_policy *policy);
57 of_cpufreq_cooling_register(struct cpufreq_policy *policy) in of_cpufreq_cooling_register() function
/openbmc/linux/drivers/thermal/
H A Dcpufreq_cooling.c625 of_cpufreq_cooling_register(struct cpufreq_policy *policy) in of_cpufreq_cooling_register() function
650 EXPORT_SYMBOL_GPL(of_cpufreq_cooling_register);
/openbmc/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst39 *of_cpufreq_cooling_register(struct cpufreq_policy *policy)
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c1581 policy->cdev = of_cpufreq_cooling_register(policy); in cpufreq_online()