Home
last modified time | relevance | path

Searched refs:_opp_compare_key (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/opp/
H A Dopp.h222 int _opp_compare_key(struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
H A Dcore.c1436 int _opp_compare_key(struct dev_pm_opp *opp1, struct dev_pm_opp *opp2) in _opp_compare_key() function
1464 opp_cmp = _opp_compare_key(new_opp, opp); in _opp_is_duplicate()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds