Lines Matching refs:dev_pm_opp
75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np()
78 struct dev_pm_opp *opp; in _find_opp_of_np()
261 struct dev_pm_opp *opp) in _of_opp_free_required_opps()
263 struct dev_pm_opp **required_opps = opp->required_opps; in _of_opp_free_required_opps()
283 struct dev_pm_opp *opp) in _of_opp_alloc_required_opps()
285 struct dev_pm_opp **required_opps; in _of_opp_alloc_required_opps()
482 static int opp_parse_supplies(struct dev_pm_opp *opp, struct device *dev, in opp_parse_supplies()
634 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_bw()
675 static int _read_opp_key(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_opp_key()
742 static struct dev_pm_opp *_opp_add_static_v2(struct opp_table *opp_table, in _opp_add_static_v2()
745 struct dev_pm_opp *new_opp; in _opp_add_static_v2()
838 struct dev_pm_opp *opp; in _of_add_opp_table_v2()
1181 struct dev_pm_opp *opp; in of_get_required_opp_performance_state()
1220 struct device_node *dev_pm_opp_get_of_node(struct dev_pm_opp *opp) in dev_pm_opp_get_of_node()
1246 struct dev_pm_opp *opp; in _get_power()