Searched defs:cpufreq_policy_data (Results 1 – 1 of 1) sorted by relevance
173 struct cpufreq_policy_data { struct174 struct cpufreq_cpuinfo cpuinfo;175 struct cpufreq_frequency_table *freq_table;176 unsigned int cpu;177 unsigned int min; /* in kHz */178 unsigned int max; /* in kHz */
Completed in 7 milliseconds