Searched defs:cpufreq_cooling_device (Results 1 – 1 of 1) sorted by relevance
90 struct cpufreq_cooling_device { struct91 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 …]