Searched refs:_opp_compare_key (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/opp/ |
H A D | opp.h | 252 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
|
H A D | core.c | 1189 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 D | of.c | 956 if (_opp_compare_key(opp_table, new_opp, opp_table->suspend_opp) == 1) { in _opp_add_static_v2()
|