Lines Matching refs:opp_table
22 struct opp_table;
95 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
96 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
157 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
158 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
160 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
161 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
162 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
163 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
165 struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char *name);
166 void dev_pm_opp_put_clkname(struct opp_table *opp_table);
168 struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, int (*set_opp)(struct dev_…
169 void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table);
171 struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char * const *names, struct dev…
172 void dev_pm_opp_detach_genpd(struct opp_table *opp_table);
174 struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, struct opp_table *dst…
175 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
184 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
189 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()
194 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
345 static inline struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, in dev_pm_opp_set_supported_hw()
352 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() argument
361 static inline struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, in dev_pm_opp_register_set_opp_helper()
367 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() argument
375 static inline struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name) in dev_pm_opp_set_prop_name()
380 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() argument
382 static inline struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const na… in dev_pm_opp_set_regulators()
387 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() argument
396 static inline struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char *name) in dev_pm_opp_set_clkname()
401 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() argument
408 static inline struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char * const *nam… in dev_pm_opp_attach_genpd()
413 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd() argument
422 static inline struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, in dev_pm_opp_xlate_required_opp()
423 struct opp_table *dst_table, struct dev_pm_opp *src_opp) in dev_pm_opp_xlate_required_opp()
428 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table … in dev_pm_opp_xlate_performance_state()
482 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
562 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