Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dopp.h256 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
H A Dcore.c1525 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, in _add_opp_table_indexed() function
1578 return _add_opp_table_indexed(dev, 0, getclk); in _add_opp_table()
H A Dof.c1116 opp_table = _add_opp_table_indexed(dev, index, true); in _of_add_table_indexed()