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

/linux-master/drivers/opp/
H A Dopp.h260 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
H A Dcore.c1211 scaling_down = _opp_compare_key(opp_table, old_opp, opp);
1908 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, function
1944 opp_cmp = _opp_compare_key(opp_table, new_opp, opp);
H A Dof.c983 if (_opp_compare_key(opp_table, new_opp, opp_table->suspend_opp) == 1) {

Completed in 149 milliseconds