Lines Matching refs:opp_table
22 struct opp_table;
92 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
93 struct opp_table *dev_pm_opp_get_opp_table_indexed(struct device *dev, int index);
94 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
141 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
142 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
143 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
144 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
145 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
146 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
147 struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name);
148 void dev_pm_opp_put_clkname(struct opp_table *opp_table);
149 struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, int (*set_opp)(struct dev_…
150 void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table);
151 struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, struct device ***…
152 void dev_pm_opp_detach_genpd(struct opp_table *opp_table);
153 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
161 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
166 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()
171 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
292 static inline struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, in dev_pm_opp_set_supported_hw()
299 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() argument
301 static inline struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, in dev_pm_opp_register_set_opp_helper()
307 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() argument
309 static inline struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name) in dev_pm_opp_set_prop_name()
314 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() argument
316 static inline struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const na… in dev_pm_opp_set_regulators()
321 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() argument
323 static inline struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name) in dev_pm_opp_set_clkname()
328 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() argument
330 static inline struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, str… in dev_pm_opp_attach_genpd()
335 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd() argument
337 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table … in dev_pm_opp_xlate_performance_state()
382 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
442 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