Lines Matching refs:dev_pm_opp
95 struct dev_pm_opp { struct
113 struct dev_pm_opp **required_opps; argument
214 struct dev_pm_opp *current_opp;
215 struct dev_pm_opp *suspend_opp;
245 void dev_pm_opp_get(struct dev_pm_opp *opp);
251 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
252 void _opp_free(struct dev_pm_opp *opp);
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);
259 void _required_opps_available(struct dev_pm_opp *opp, int count);
270 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp);
275 static inline void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) {} in _of_clear_opp()
279 void opp_debug_remove_one(struct dev_pm_opp *opp);
280 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
284 static inline void opp_debug_remove_one(struct dev_pm_opp *opp) {} in opp_debug_remove_one()
286 static inline void opp_debug_create_one(struct dev_pm_opp *opp, in opp_debug_create_one()