Home
last modified time | relevance | path

Searched refs:temp_opp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/opp/
H A Dcore.c492 static bool _compare_exact(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_exact() argument
496 *opp = temp_opp; in _compare_exact()
503 static bool _compare_ceil(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_ceil() argument
507 *opp = temp_opp; in _compare_ceil()
514 static bool _compare_floor(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _compare_floor() argument
520 *opp = temp_opp; in _compare_floor()
525 struct dev_pm_opp *temp_opp, struct dev_pm_opp_key *opp_key, in _compare_opp_key_exact() argument
533 *opp = temp_opp; in _compare_opp_key_exact()
544 bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, in _opp_table_find_key() argument
548 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in _opp_table_find_key() local
[all …]