Lines Matching refs:opp_table
48 struct opp_table *opp_table; member
114 struct opp_table *opp_table; member
196 struct opp_table { struct
219 struct opp_table **required_opp_tables; argument
246 bool _opp_remove_all_static(struct opp_table *opp_table); argument
247 void _get_opp_table_kref(struct opp_table *opp_table);
248 int _get_opp_count(struct opp_table *opp_table);
249 struct opp_table *_find_opp_table(struct device *dev);
250 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
251 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
253 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
254 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table);
255 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, unsigned long freq, long u_volt, b…
257 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
258 void _put_opp_list_kref(struct opp_table *opp_table);
261 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() argument
263 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()
267 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index);
268 void _of_clear_opp_table(struct opp_table *opp_table);
269 struct opp_table *_managed_opp(struct device *dev, int index);
270 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp);
272 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument
273 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() argument
274 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp()
275 static inline void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) {} in _of_clear_opp() argument
280 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
281 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
282 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
287 struct opp_table *opp_table) { } in opp_debug_create_one() argument
290 struct opp_table *opp_table) { } in opp_debug_register() argument
293 struct opp_table *opp_table) in opp_debug_unregister() argument