Searched refs:target_freq (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | cpufreq.h | 815 if (freq >= target_freq) in cpufreq_table_find_index_al() 837 if (freq == target_freq) in cpufreq_table_find_index_dl() 860 target_freq = clamp_val(target_freq, min, max); in find_index_l() 891 if (freq == target_freq) in cpufreq_table_find_index_ah() 922 if (freq <= target_freq) in cpufreq_table_find_index_dh() 936 target_freq = clamp_val(target_freq, min, max); in find_index_h() 967 if (freq == target_freq) in cpufreq_table_find_index_ac() 980 if (target_freq - table[best].frequency > freq - target_freq) in cpufreq_table_find_index_ac() 1002 if (freq == target_freq) in cpufreq_table_find_index_dc() 1015 if (table[best].frequency - target_freq > target_freq - freq) in cpufreq_table_find_index_dc() [all …]
|
| A D | pm_opp.h | 193 int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq); 432 static inline int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq) in dev_pm_opp_set_rate() argument
|
| /include/linux/soc/ti/ |
| A D | ti_sci_protocol.h | 190 u32 cid, u64 min_freq, u64 target_freq, 193 u64 min_freq, u64 target_freq, u64 max_freq);
|
| /include/ufs/ |
| A D | ufshcd.h | 476 unsigned long target_freq; member
|
Completed in 18 milliseconds