Lines Matching defs:min
64 unsigned int min; /* in kHz */
159 * callback for sanitization. That callback is only expected to modify the min
167 unsigned int min; /* in kHz */
434 * the diver if the target frequency does not change, but the policy min or max
453 unsigned int min,
456 if (policy->min < min)
457 policy->min = min;
458 if (policy->max < min)
459 policy->max = min;
460 if (policy->min > max)
461 policy->min = max;
464 if (policy->min > policy->max)
465 policy->min = policy->max;
631 else if (policy->min > policy->cur)
632 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L);
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);