#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/thermal.h>
#include <linux/platform_device.h>
#include <linux/cpufreq.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/cpu.h>
#include <linux/cpu_cooling.h>
Go to the source code of this file.
#define NOTIFY_INVALID NULL |
cpufreq_cooling_register - function to create cpufreq cooling device. : cpumask of cpus where the frequency constraints will happen.
Definition at line 347 of file cpu_cooling.c.
cpufreq_cooling_unregister - function to remove cpufreq cooling device. : thermal cooling device pointer.
Definition at line 418 of file cpu_cooling.c.