Searched defs:requested_freq (Results 1 - 1 of 1) sorted by relevance

/drivers/cpufreq/
H A Dcpufreq_conservative.c64 unsigned int requested_freq; member in struct:cpu_dbs_info_s
153 if (this_dbs_info->requested_freq > policy->max
154 || this_dbs_info->requested_freq < policy->min)
155 this_dbs_info->requested_freq = freq->new;
401 if (this_dbs_info->requested_freq == policy->max)
410 this_dbs_info->requested_freq += freq_target;
411 if (this_dbs_info->requested_freq > policy->max)
412 this_dbs_info->requested_freq = policy->max;
414 __cpufreq_driver_target(policy, this_dbs_info->requested_freq,
427 this_dbs_info->requested_freq
[all...]

Completed in 61 milliseconds