Searched refs:getclk (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | cmd_clock.c | 88 getclk, 2, 0, do_getclk_cmd,
|
/openbmc/linux/drivers/opp/ |
H A D | opp.h | 256 struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
|
H A D | core.c | 1486 bool getclk) in _update_opp_table_clk() argument 1494 if (!getclk || IS_ERR(opp_table) || !IS_ERR(opp_table->clk) || in _update_opp_table_clk() 1549 bool getclk) in _add_opp_table_indexed() argument 1596 return _update_opp_table_clk(dev, opp_table, getclk); in _add_opp_table_indexed() 1599 static struct opp_table *_add_opp_table(struct device *dev, bool getclk) in _add_opp_table() argument 1601 return _add_opp_table_indexed(dev, 0, getclk); in _add_opp_table()
|