Searched defs:temp_opp (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/opp/
H A Dcore.c464 static bool _compare_exact(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, argument
475 static bool _compare_ceil(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, argument
486 static bool _compare_floor(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, argument
504 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); local
497 _opp_table_find_key(struct opp_table *opp_table, unsigned long *key, int index, bool available, unsigned long (*read)(struct dev_pm_opp *opp, int index), bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, unsigned long opp_key, unsigned long key), bool (*assert)(struct opp_table *opp_table)) argument
531 _find_key(struct device *dev, unsigned long *key, int index, bool available, unsigned long (*read)(struct dev_pm_opp *opp, int index), bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp, unsigned long opp_key, unsigned long key), bool (*assert)(struct opp_table *opp_table)) argument
[all...]

Completed in 191 milliseconds