Lines Matching refs:opp_table

24 struct opp_table;
81 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
82 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
118 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
119 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
120 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
121 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
122 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
123 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
124 struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name);
125 void dev_pm_opp_put_clkname(struct opp_table *opp_table);
126 struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, int (*set_opp)(struct dev_…
127 void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table);
134 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table()
139 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument
231 static inline struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, in dev_pm_opp_set_supported_hw()
238 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() argument
240 static inline struct opp_table *dev_pm_opp_register_set_opp_helper(struct device *dev, in dev_pm_opp_register_set_opp_helper()
246 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() argument
248 static inline struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name) in dev_pm_opp_set_prop_name()
253 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() argument
255 static inline struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const na… in dev_pm_opp_set_regulators()
260 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() argument
262 static inline struct opp_table *dev_pm_opp_set_clkname(struct device *dev, const char * name) in dev_pm_opp_set_clkname()
267 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() argument