Searched refs:temp_opp (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/opp/ |
D | core.c | 464 static bool _compare_exact(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_exact() argument 468 *opp = temp_opp; in _compare_exact() 475 static bool _compare_ceil(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_ceil() argument 479 *opp = temp_opp; in _compare_ceil() 486 static bool _compare_floor(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_floor() argument 492 *opp = temp_opp; in _compare_floor() 500 bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _opp_table_find_key() argument 504 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in _opp_table_find_key() local 512 list_for_each_entry(temp_opp, &opp_table->opp_list, node) { in _opp_table_find_key() 513 if (temp_opp->available == available) { in _opp_table_find_key() [all …]
|