Lines Matching refs:opp_table
87 struct opp_table *opp_table; member
152 struct opp_table { struct
189 void _get_opp_table_kref(struct opp_table *opp_table); argument
190 int _get_opp_count(struct opp_table *opp_table);
191 struct opp_table *_find_opp_table(struct device *dev);
192 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
193 void _dev_pm_opp_remove_table(struct opp_table *opp_table, struct device *dev, bool remove_all);
195 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
197 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
198 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, unsigned long freq, long u_volt, b…
200 struct opp_table *_add_opp_table(struct device *dev);
203 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev);
205 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev) {} in _of_init_opp_table() argument
210 int opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
211 int opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);
212 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);
217 struct opp_table *opp_table) in opp_debug_create_one() argument
220 struct opp_table *opp_table) in opp_debug_register() argument
224 struct opp_table *opp_table) in opp_debug_unregister() argument