Home
last modified time | relevance | path

Searched refs:cpufreq_cooling_register (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dcpu_cooling.h40 cpufreq_cooling_register(const struct cpumask *clip_cpus);
88 cpufreq_cooling_register(const struct cpumask *clip_cpus) in cpufreq_cooling_register() function
/linux-4.4.14/drivers/thermal/
Ddb8500_cpufreq_cooling.c31 cdev = cpufreq_cooling_register(cpu_present_mask); in db8500_cpufreq_cooling_probe()
Dcpu_cooling.c925 cpufreq_cooling_register(const struct cpumask *clip_cpus) in cpufreq_cooling_register() function
929 EXPORT_SYMBOL_GPL(cpufreq_cooling_register);
Dimx_thermal.c526 data->cdev = cpufreq_cooling_register(cpu_present_mask); in imx_thermal_probe()
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt19 1.1.1 struct thermal_cooling_device *cpufreq_cooling_register(
43 Similar to cpufreq_cooling_register, this function registers a cpufreq
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c411 data->cool_dev = cpufreq_cooling_register(cpu_present_mask); in ti_thermal_register_cpu_cooling()