Linux Kernel
3.7.1
|
#include <exynos_thermal.h>
Data Fields | |
unsigned int | freq_clip_max |
unsigned int | temp_level |
struct cpumask * | mask_val |
struct freq_clip_table : maximum frequency allowed for this cooling state. : Temperature level at which the temperature clipping will happen. : cpumask of the allowed cpu's where the clipping will take place.
This structure is required to be filled and passed to the cpufreq_cooling_unregister function.
Definition at line 46 of file exynos_thermal.h.
unsigned int freq_clip_max |
Definition at line 47 of file exynos_thermal.h.
Definition at line 49 of file exynos_thermal.h.
unsigned int temp_level |
Definition at line 48 of file exynos_thermal.h.