Lines Matching refs:opp_table

22 struct opp_table;
64 typedef int (*config_clks_t)(struct device *dev, struct opp_table *opp_table,
97 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
98 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
175 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data,
178 struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, struct opp_table *dst…
179 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
188 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
193 static inline struct opp_table *dev_pm_opp_get_opp_table_indexed(struct device *dev, int index) in dev_pm_opp_get_opp_table_indexed()
198 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
380 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple() argument
386 static inline struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, in dev_pm_opp_xlate_required_opp()
387 struct opp_table *dst_table, struct dev_pm_opp *src_opp) in dev_pm_opp_xlate_required_opp()
392 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table in dev_pm_opp_xlate_performance_state()
444 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
514 static inline int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths() argument