Searched defs:cpufreq_cooling_device (Results 1 – 1 of 1) sorted by relevance
65 struct cpufreq_cooling_device { struct66 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;