Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/
Dclk_test.c196 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_get_rate()
217 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_get_rate()
242 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_set_get_rate()
268 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_round_set_get_rate()
337 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_get_rate()
361 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_set_range()
390 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_updated_rate_set_range()
485 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_get_parent()
486 struct clk *parent = clk_hw_get_clk(&ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_get_parent()
503 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_has_parent()
[all …]
Dclk.c3959 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) in clk_hw_get_clk() function
3966 EXPORT_SYMBOL(clk_hw_get_clk);
4470 clk = clk_hw_get_clk(hw, con_id); in devm_clk_hw_get_clk()
/Linux-v6.1/sound/soc/codecs/
Dlpass-va-macro.c1531 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen"); in va_macro_probe()
/Linux-v6.1/include/linux/
Dclk-provider.h1288 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id);