Lines Matching refs:opp_table
88 struct opp_table *opp_table; member
163 struct opp_table { struct
185 struct opp_table **required_opp_tables; argument
208 void _opp_remove_all_static(struct opp_table *opp_table); argument
209 void _get_opp_table_kref(struct opp_table *opp_table);
210 int _get_opp_count(struct opp_table *opp_table);
211 struct opp_table *_find_opp_table(struct device *dev);
212 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
214 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
216 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
217 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, unsigned long freq, long u_volt, b…
219 struct opp_table *_add_opp_table(struct device *dev);
220 void _put_opp_list_kref(struct opp_table *opp_table);
223 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index);
224 void _of_clear_opp_table(struct opp_table *opp_table);
225 struct opp_table *_managed_opp(struct device *dev, int index);
226 void _of_opp_free_required_opps(struct opp_table *opp_table,
229 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() argument
230 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() argument
231 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp()
232 static inline void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() argument
238 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
239 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
240 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
245 struct opp_table *opp_table) { } in opp_debug_create_one() argument
248 struct opp_table *opp_table) { } in opp_debug_register() argument
251 struct opp_table *opp_table) in opp_debug_unregister() argument