Lines Matching refs:opp_table
21 struct opp_table;
78 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
79 struct opp_table *dev_pm_opp_get_opp_table_indexed(struct device *dev, int index);
80 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
123 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
124 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
125 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
126 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
127 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
128 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
129 struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name);
130 void dev_pm_opp_put_clkname(struct opp_table *opp_table);
131 struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, int (*set_opp)(struct dev_…
132 void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table);
133 struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, struct device ***…
134 void dev_pm_opp_detach_genpd(struct opp_table *opp_table);
135 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un…
142 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
147 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()
152 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
265 static inline struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, in dev_pm_opp_set_supported_hw()
272 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() argument
274 static inline struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, in dev_pm_opp_register_set_opp_helper()
280 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() argument
282 static inline struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name) in dev_pm_opp_set_prop_name()
287 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() argument
289 static inline struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const na… in dev_pm_opp_set_regulators()
294 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() argument
296 static inline struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name) in dev_pm_opp_set_clkname()
301 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() argument
303 static inline struct opp_table *dev_pm_opp_attach_genpd(struct device *dev, const char **names, str… in dev_pm_opp_attach_genpd()
308 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd() argument
310 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table … in dev_pm_opp_xlate_performance_state()