Searched defs:cpufreq_policy_data (Results 1 – 2 of 2) sorted by relevance
183 struct cpufreq_policy_data { struct184 struct cpufreq_cpuinfo cpuinfo;185 struct cpufreq_frequency_table *freq_table;186 unsigned int cpu;187 unsigned int min; /* in kHz */188 unsigned int max; /* in kHz */
150 pub fn as_raw(&self) -> *mut bindings::cpufreq_policy_data { in as_raw()