Searched refs:_opp_compare_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/opp/ |
D | opp.h | 253 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
|
D | core.c | 1093 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp() 1788 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_key() function 1824 opp_cmp = _opp_compare_key(opp_table, new_opp, opp); in _opp_is_duplicate()
|
D | of.c | 977 if (_opp_compare_key(opp_table, new_opp, opp_table->suspend_opp) == 1) { in _opp_add_static_v2()
|