Lines Matching defs:max
65 unsigned int max; /* in kHz */
160 * and max values, if necessary, and specifically it must not update the
168 unsigned int max; /* in kHz */
434 * the diver if the target frequency does not change, but the policy min or max
454 unsigned int max)
458 if (policy->max < min)
459 policy->max = min;
460 if (policy->min > max)
461 policy->min = max;
462 if (policy->max > max)
463 policy->max = max;
464 if (policy->min > policy->max)
465 policy->min = policy->max;
629 if (policy->max < policy->cur)
630 __cpufreq_driver_target(policy, policy->max, CPUFREQ_RELATION_H);
820 target_freq = clamp_val(target_freq, policy->min, policy->max);
883 target_freq = clamp_val(target_freq, policy->min, policy->max);
963 target_freq = clamp_val(target_freq, policy->min, policy->max);