Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
freq_clip_table Struct Reference

#include <exynos_thermal.h>

Data Fields

unsigned int freq_clip_max
 
unsigned int temp_level
 
struct cpumaskmask_val
 

Detailed Description

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.

Field Documentation

unsigned int freq_clip_max

Definition at line 47 of file exynos_thermal.h.

struct cpumask* mask_val

Definition at line 49 of file exynos_thermal.h.

unsigned int temp_level

Definition at line 48 of file exynos_thermal.h.


The documentation for this struct was generated from the following file: