Home
last modified time | relevance | path

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

/drivers/opp/
Dcore.c757 struct dev_pm_opp *old_opp = opp_table->current_opp; in _generic_set_opp_regulator()
841 struct dev_pm_opp *old_opp = opp_table->current_opp; in _set_opp_custom()
964 opp_table->current_opp = opp; in _find_current_opp()
1005 if (unlikely(!opp_table->current_opp)) in _set_opp()
1008 old_opp = opp_table->current_opp; in _set_opp()
1074 opp_table->current_opp = opp; in _set_opp()
1384 if (opp_table->current_opp) in _opp_table_kref_release()
1385 dev_pm_opp_put(opp_table->current_opp); in _opp_table_kref_release()
Dopp.h192 struct dev_pm_opp *current_opp; member