Searched refs:current_opp (Results 1 – 2 of 2) sorted by relevance
224 struct dev_pm_opp *current_opp; member
1253 * make special checks to validate current_opp. in _find_current_opp() 1261 opp_table->current_opp = opp; in _find_current_opp() 1307 if (unlikely(!opp_table->current_opp)) in _set_opp() 1310 old_opp = opp_table->current_opp; in _set_opp() 1396 /* Make sure current_opp doesn't get freed */ in _set_opp() 1397 opp_table->current_opp = dev_pm_opp_get(opp); in _set_opp() 1717 if (opp_table->current_opp) in _opp_table_kref_release() 1718 dev_pm_opp_put(opp_table->current_opp); in _opp_table_kref_release()