Lines Matching full:opp_table
23 struct opp_table;
53 typedef int (*config_clks_t)(struct device *dev, struct opp_table *opp_table,
106 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
107 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
187 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data,
190 struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, struct opp_table *dst…
191 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
200 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
205 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()
210 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
398 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple() argument
404 static inline struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, in dev_pm_opp_xlate_required_opp()
405 struct opp_table *dst_table, struct dev_pm_opp *src_opp) in dev_pm_opp_xlate_required_opp()
410 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table … in dev_pm_opp_xlate_performance_state()
478 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
561 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