Home
last modified time | relevance | path

Searched defs:cpufreq_policy (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dcpufreq.h87 struct cpufreq_policy { struct
88 cpumask_var_t cpus; /* CPUs requiring sw coordination */
89 cpumask_var_t related_cpus; /* CPUs with any coordination */
90 unsigned int shared_type; /* ANY or ALL affected CPUs
92 unsigned int cpu; /* cpu nr of registered CPU */
93 struct cpufreq_cpuinfo cpuinfo;/* see above */
95 unsigned int min; /* in kHz */
96 unsigned int max; /* in kHz */
97 unsigned int cur; /* in kHz, only needed if cpufreq
99 unsigned int policy; /* see above */
[all …]
/linux-3.3/tools/power/cpupower/lib/
Dcpufreq.h23 struct cpufreq_policy { struct
24 unsigned long min;
25 unsigned long max;
26 char *governor;