Home
last modified time | relevance | path

Searched refs:child_freq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/devfreq/
H A Dgovernor_passive.c161 unsigned long child_freq = ULONG_MAX; in get_target_freq_with_devfreq() local
165 child_freq = get_target_freq_by_required_opp(parent_devfreq->dev.parent, in get_target_freq_with_devfreq()
168 if (child_freq) in get_target_freq_with_devfreq()
180 child_freq = devfreq->freq_table[i]; in get_target_freq_with_devfreq()
183 child_freq = devfreq->freq_table[count - 1]; in get_target_freq_with_devfreq()
187 *freq = child_freq; in get_target_freq_with_devfreq()