Lines Matching refs:dev_pm_opp
108 struct dev_pm_opp { struct
125 struct dev_pm_opp **required_opps; argument
224 struct dev_pm_opp *current_opp;
225 struct dev_pm_opp *suspend_opp;
257 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
258 void _opp_free(struct dev_pm_opp *opp);
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);
264 void _required_opps_available(struct dev_pm_opp *opp, int count);
275 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp);
280 static inline void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) {} in _of_clear_opp()
284 void opp_debug_remove_one(struct dev_pm_opp *opp);
285 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
289 static inline void opp_debug_remove_one(struct dev_pm_opp *opp) {} in opp_debug_remove_one()
291 static inline void opp_debug_create_one(struct dev_pm_opp *opp, in opp_debug_create_one()