Lines Matching refs:opp_table
22 struct opp_table;
92 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
93 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
145 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
146 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
148 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
149 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
150 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
151 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
153 struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char *name);
154 void dev_pm_opp_put_clkname(struct opp_table *opp_table);
156 struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, int (*set_opp)(struct dev_…
157 void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table);
159 struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, struct device ***…
160 void dev_pm_opp_detach_genpd(struct opp_table *opp_table);
162 struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, struct opp_table *dst…
163 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
172 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
177 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()
182 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
316 static inline struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, in dev_pm_opp_set_supported_hw()
323 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() argument
332 static inline struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, in dev_pm_opp_register_set_opp_helper()
338 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() argument
346 static inline struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name) in dev_pm_opp_set_prop_name()
351 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() argument
353 static inline struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const na… in dev_pm_opp_set_regulators()
358 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() argument
367 static inline struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char *name) in dev_pm_opp_set_clkname()
372 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() argument
379 static inline struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, str… in dev_pm_opp_attach_genpd()
384 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd() argument
393 static inline struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, in dev_pm_opp_xlate_required_opp()
394 struct opp_table *dst_table, struct dev_pm_opp *src_opp) in dev_pm_opp_xlate_required_opp()
399 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table … in dev_pm_opp_xlate_performance_state()
451 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
521 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