Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/opp/
Dopp.h277 struct opp_table *_managed_opp(struct device *dev, int index);
282 static inline struct opp_table *_managed_opp(struct device *dev, int index) { return NULL; } in _managed_opp() function
Dof.c45 struct opp_table *_managed_opp(struct device *dev, int index) in _managed_opp() function
Dcore.c1575 opp_table = _managed_opp(dev, index); in _add_opp_table_indexed()