Lines Matching defs:cpufreq_policy
87 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 */
100 struct cpufreq_governor *governor; /* see below */
102 struct work_struct update; /* if update_policy() needs to be
105 struct cpufreq_real_policy user_policy;
107 struct kobject kobj;
108 struct completion kobj_unregister;