Home
last modified time | relevance | path

Searched refs:getclk (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/opp/
H A Dopp.h263 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
H A Dcore.c1582 bool getclk) in _update_opp_table_clk() argument
1588 if (!getclk || IS_ERR(opp_table) || !IS_ERR(opp_table->clk) || in _update_opp_table_clk()
1639 bool getclk) in _add_opp_table_indexed() argument
1686 return _update_opp_table_clk(dev, opp_table, getclk); in _add_opp_table_indexed()
1689 static struct opp_table *_add_opp_table(struct device *dev, bool getclk) in _add_opp_table() argument
1691 return _add_opp_table_indexed(dev, 0, getclk); in _add_opp_table()