Home
last modified time | relevance | path

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

/drivers/clk/
Dclk_test.c219 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 …]
Dclk.c4224 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id) in clk_hw_get_clk() function
4231 EXPORT_SYMBOL(clk_hw_get_clk);
4745 clk = clk_hw_get_clk(hw, con_id); in devm_clk_hw_get_clk()