Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dcpu_cooling.c65 struct cpufreq_cooling_device { struct
66 int id;
67 struct thermal_cooling_device *cool_dev;
68 unsigned int cpufreq_state;
69 unsigned int clipped_freq;
70 unsigned int max_level;
71 unsigned int *freq_table; /* In descending order */
72 struct cpumask allowed_cpus;
73 struct list_head node;