Home
last modified time | relevance | path

Searched defs:cpufreq_cooling_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/thermal/
Dcpu_cooling.c90 struct cpufreq_cooling_device { struct
91 int id;
92 struct thermal_cooling_device *cool_dev;
93 unsigned int cpufreq_state;
94 unsigned int clipped_freq;
95 unsigned int max_level;
96 unsigned int *freq_table; /* In descending order */
97 struct cpumask allowed_cpus;
98 struct list_head node;
99 u32 last_load;
[all …]