Searched refs:_managed_opp (Results 1 – 3 of 3) sorted by relevance
232 struct opp_table *_managed_opp(struct device *dev, int index);238 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp() function
42 struct opp_table *_managed_opp(struct device *dev, int index) in _managed_opp() function
1154 opp_table = _managed_opp(dev, index); in _opp_get_opp_table()