Lines Matching defs:target_freq

349 				  unsigned int target_freq,
354 unsigned int target_freq);
613 unsigned int target_freq);
620 unsigned int target_freq,
623 unsigned int target_freq,
626 unsigned int target_freq);
779 unsigned int target_freq,
794 unsigned int target_freq,
805 if (freq >= target_freq)
816 unsigned int target_freq,
827 if (freq == target_freq)
830 if (freq > target_freq) {
835 /* No freq found above target_freq */
847 unsigned int target_freq,
850 target_freq = clamp_val(target_freq, policy->min, policy->max);
853 return cpufreq_table_find_index_al(policy, target_freq,
856 return cpufreq_table_find_index_dl(policy, target_freq,
862 unsigned int target_freq,
873 if (freq == target_freq)
876 if (freq < target_freq) {
881 /* No freq found below target_freq */
893 unsigned int target_freq,
904 if (freq <= target_freq)
915 unsigned int target_freq,
918 target_freq = clamp_val(target_freq, policy->min, policy->max);
921 return cpufreq_table_find_index_ah(policy, target_freq,
924 return cpufreq_table_find_index_dh(policy, target_freq,
930 unsigned int target_freq,
941 if (freq == target_freq)
944 if (freq < target_freq) {
949 /* No freq found below target_freq */
954 if (target_freq - table[best].frequency > freq - target_freq)
965 unsigned int target_freq,
976 if (freq == target_freq)
979 if (freq > target_freq) {
984 /* No freq found above target_freq */
989 if (table[best].frequency - target_freq > target_freq - freq)
1000 unsigned int target_freq,
1003 target_freq = clamp_val(target_freq, policy->min, policy->max);
1006 return cpufreq_table_find_index_ac(policy, target_freq,
1009 return cpufreq_table_find_index_dc(policy, target_freq,
1026 unsigned int target_freq,
1037 return cpufreq_table_index_unsorted(policy, target_freq,
1042 idx = cpufreq_table_find_index_l(policy, target_freq,
1046 idx = cpufreq_table_find_index_h(policy, target_freq,
1050 idx = cpufreq_table_find_index_c(policy, target_freq,