Searched defs:cpufreq_policy_data (Results 1 – 2 of 2) sorted by relevance
185 struct cpufreq_policy_data { struct186 struct cpufreq_cpuinfo cpuinfo;187 struct cpufreq_frequency_table *freq_table;188 unsigned int cpu;189 unsigned int min; /* in kHz */190 unsigned int max; /* in kHz */
151 pub fn as_raw(&self) -> *mut bindings::cpufreq_policy_data { in as_raw()1175 ptr: *mut bindings::cpufreq_policy_data, in verify_callback()