Lines Matching refs:policy
47 How to decide what frequency within the CPUfreq policy should be used?
63 "CPUfreq policy"
64 consists of frequency limits (policy->{min,max})
71 / the limits of policy->{min,max}
76 "policy" is set. to target_freq is set.
78 is within policy->{min,max}
238 policy->cpu
240 policy->cpu
241 CPUFREQ_GOV_LIMITS: The limits for CPU policy->cpu have changed to
242 policy->min and policy->max.
252 int cpufreq_driver_target(struct cpufreq_policy *policy,
256 int __cpufreq_driver_target(struct cpufreq_policy *policy,
260 target_freq must be within policy->min and policy->max, of course.