Lines Matching refs:opp_table

93 	struct opp_table *opp_table;  member
174 struct opp_table { struct
197 struct opp_table **required_opp_tables; argument
224 bool _opp_remove_all_static(struct opp_table *opp_table); argument
225 void _get_opp_table_kref(struct opp_table *opp_table);
226 int _get_opp_count(struct opp_table *opp_table);
227 struct opp_table *_find_opp_table(struct device *dev);
228 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
229 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
232 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
233 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, unsigned long freq, long u_volt, b…
235 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
236 void _put_opp_list_kref(struct opp_table *opp_table);
239 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() argument
241 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()
245 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index);
246 void _of_clear_opp_table(struct opp_table *opp_table);
247 struct opp_table *_managed_opp(struct device *dev, int index);
248 void _of_opp_free_required_opps(struct opp_table *opp_table,
251 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument
252 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() argument
253 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp()
254 static inline void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() argument
260 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
261 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
262 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
267 struct opp_table *opp_table) { } in opp_debug_create_one() argument
270 struct opp_table *opp_table) { } in opp_debug_register() argument
273 struct opp_table *opp_table) in opp_debug_unregister() argument