Searched refs:clk_hw_get_clk (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clk/
H A Dclk_test.c8 /* Needed for clk_hw_get_clk() */
221 struct clk *clk = clk_hw_get_clk(hw, NULL);
242 struct clk *clk = clk_hw_get_clk(hw, NULL);
267 struct clk *clk = clk_hw_get_clk(hw, NULL);
293 struct clk *clk = clk_hw_get_clk(hw, NULL);
363 struct clk *clk = clk_hw_get_clk(hw, NULL);
387 struct clk *clk = clk_hw_get_clk(hw, NULL);
416 struct clk *clk = clk_hw_get_clk(hw, NULL);
511 struct clk *clk = clk_hw_get_clk(hw, NULL);
512 struct clk *parent = clk_hw_get_clk(
[all...]
H A Dclk.c4198 * clk_hw_get_clk - get clk consumer given an clk_hw
4207 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) function
4214 EXPORT_SYMBOL(clk_hw_get_clk); variable
4703 * devm_clk_hw_get_clk - resource managed clk_hw_get_clk()
4708 * Managed clk_hw_get_clk(). Clocks got with this function are
4728 clk = clk_hw_get_clk(hw, con_id);
/linux-master/sound/soc/codecs/
H A Dlpass-va-macro.c1596 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen");
/linux-master/include/linux/
H A Dclk-provider.h1332 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id);

Completed in 302 milliseconds