Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dopp.h252 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
H A Dcore.c1189 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp()
1879 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_key() function
1915 opp_cmp = _opp_compare_key(opp_table, new_opp, opp); in _opp_is_duplicate()
H A Dof.c956 if (_opp_compare_key(opp_table, new_opp, opp_table->suspend_opp) == 1) { in _opp_add_static_v2()