Searched refs:clk_hw_get_clk (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk_test.c | 219 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_get_rate() 240 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_get_rate() 265 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_set_get_rate() 291 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_round_set_get_rate() 361 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_get_rate() 385 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_set_range() 414 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_updated_rate_set_range() 509 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_get_parent() 510 struct clk *parent = clk_hw_get_clk(&ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_get_parent() 527 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_has_parent() [all …]
|
D | clk.c | 4046 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) in clk_hw_get_clk() function 4053 EXPORT_SYMBOL(clk_hw_get_clk); 4564 clk = clk_hw_get_clk(hw, con_id); in devm_clk_hw_get_clk()
|
/Linux-v6.6/include/linux/ |
D | clk-provider.h | 1307 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id);
|
/Linux-v6.6/sound/soc/codecs/ |
D | lpass-va-macro.c | 1558 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen"); in va_macro_probe()
|