Home
last modified time | relevance | path

Searched refs:_managed_opp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/opp/
H A Dopp.h269 struct opp_table *_managed_opp(struct device *dev, int index);
274 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp() function
H A Dof.c45 struct opp_table *_managed_opp(struct device *dev, int index) in _managed_opp() function
H A Dcore.c1548 opp_table = _managed_opp(dev, index); in _add_opp_table_indexed()