Searched refs:clk_hw_get_clk (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/clk/ |
D | clk_test.c | 228 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_get_rate() 249 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_get_rate() 274 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_set_get_rate() 300 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_round_set_get_rate() 370 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_get_rate() 394 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_set_range() 423 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_updated_rate_set_range() 508 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_get_parent() 509 struct clk *parent = clk_hw_get_clk(&ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_get_parent() 526 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_has_parent() [all …]
|
D | clk_kunit_helpers.c | 112 clk = clk_hw_get_clk(hw, con_id); in clk_hw_get_clk_kunit()
|
D | clk.c | 4207 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) in clk_hw_get_clk() function 4214 EXPORT_SYMBOL(clk_hw_get_clk); 4728 clk = clk_hw_get_clk(hw, con_id); in devm_clk_hw_get_clk()
|
/linux-6.12.1/sound/soc/codecs/ |
D | lpass-va-macro.c | 1640 va->fsgen = clk_hw_get_clk(&va->hw, "fsgen"); in va_macro_probe()
|
/linux-6.12.1/include/linux/ |
D | clk-provider.h | 1346 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id);
|