Home
last modified time | relevance | path

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

/openbmc/linux/drivers/devfreq/
H A Dgovernor_passive.c136 unsigned long child_freq = ULONG_MAX; in get_target_freq_with_devfreq() local
140 child_freq = get_target_freq_by_required_opp(parent_devfreq->dev.parent, in get_target_freq_with_devfreq()
143 if (child_freq) in get_target_freq_with_devfreq()
155 child_freq = devfreq->freq_table[i]; in get_target_freq_with_devfreq()
158 child_freq = devfreq->freq_table[count - 1]; in get_target_freq_with_devfreq()
162 *freq = child_freq; in get_target_freq_with_devfreq()