Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/opp/
Dti-opp-supply.c323 goto restore_freq; in ti_opp_supply_set_opp()
328 goto restore_freq; in ti_opp_supply_set_opp()
333 restore_freq: in ti_opp_supply_set_opp()
Dcore.c782 goto restore_freq; in _generic_set_opp_regulator()
797 restore_freq: in _generic_set_opp_regulator()
/Linux-v5.15/Documentation/translations/zh_CN/cpu-freq/
Dcpu-drivers.rst168 它应该总是在错误的情况下恢复到之前的频率(即policy->restore_freq),即使我们之前切换到中间频率。
215 注意:->target_index()应该在失败的情况下恢复到policy->restore_freq,因为core会为此发送通知。
/Linux-v5.15/Documentation/translations/zh_TW/cpu-freq/
Dcpu-drivers.rst169 它應該總是在錯誤的情況下恢復到之前的頻率(即policy->restore_freq),即使我們之前切換到中間頻率。
216 注意:->target_index()應該在失敗的情況下恢復到policy->restore_freq,因爲core會爲此發送通知。
/Linux-v5.15/Documentation/cpu-freq/
Dcpu-drivers.rst172 It should always restore to earlier frequency (i.e. policy->restore_freq) in
231 NOTE: ->target_index() should restore to policy->restore_freq in case of
/Linux-v5.15/drivers/cpufreq/
Dcpufreq.c2182 unsigned int restore_freq, intermediate_freq = 0; in __target_index() local
2191 restore_freq = policy->cur; in __target_index()
2230 freqs.new = restore_freq; in __target_index()