Lines Matching refs:opp_table

49 	struct opp_table *opp_table;  member
126 struct opp_table *opp_table; member
206 struct opp_table { struct
227 struct opp_table **required_opp_tables; argument
253 bool _opp_remove_all_static(struct opp_table *opp_table); argument
254 int _get_opp_count(struct opp_table *opp_table);
255 struct opp_table *_find_opp_table(struct device *dev);
256 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
257 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
259 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
260 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table);
261 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, struct dev_pm_opp_data *data, bool…
263 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
266 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() argument
268 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()
272 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index);
273 void _of_clear_opp_table(struct opp_table *opp_table);
274 struct opp_table *_managed_opp(struct device *dev, int index);
275 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp);
277 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument
278 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() argument
279 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp()
280 static inline void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) {} in _of_clear_opp() argument
285 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
286 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
287 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
292 struct opp_table *opp_table) { } in opp_debug_create_one() argument
295 struct opp_table *opp_table) { } in opp_debug_register() argument
298 struct opp_table *opp_table) in opp_debug_unregister() argument