Lines Matching refs:opp_table
91 struct opp_table *opp_table; member
168 struct opp_table { struct
189 struct opp_table **required_opp_tables; argument
215 bool _opp_remove_all_static(struct opp_table *opp_table); argument
216 void _get_opp_table_kref(struct opp_table *opp_table);
217 int _get_opp_count(struct opp_table *opp_table);
218 struct opp_table *_find_opp_table(struct device *dev);
219 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
220 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
223 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
224 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, unsigned long freq, long u_volt, b…
226 struct opp_table *_add_opp_table(struct device *dev);
227 void _put_opp_list_kref(struct opp_table *opp_table);
230 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index);
231 void _of_clear_opp_table(struct opp_table *opp_table);
232 struct opp_table *_managed_opp(struct device *dev, int index);
233 void _of_opp_free_required_opps(struct opp_table *opp_table,
236 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument
237 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() argument
238 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp()
239 static inline void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() argument
245 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
246 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
247 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
252 struct opp_table *opp_table) { } in opp_debug_create_one() argument
255 struct opp_table *opp_table) { } in opp_debug_register() argument
258 struct opp_table *opp_table) in opp_debug_unregister() argument