Searched refs:clk_hw_get_clk_kunit (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/ |
H A D | clk_kunit_helpers.c | 108 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id) in clk_hw_get_clk_kunit() function 116 EXPORT_SYMBOL_GPL(clk_hw_get_clk_kunit); 144 clk = clk_hw_get_clk_kunit(test, hw, con_id); in clk_hw_get_clk_prepared_enabled_kunit()
|
H A D | clk-fixed-rate_test.c | 155 clk = clk_hw_get_clk_kunit(test, hw, __func__); in clk_fixed_rate_accuracy_test() 190 expected_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in clk_fixed_rate_parent_test() 197 clk = clk_hw_get_clk_kunit(test, hw, __func__); in clk_fixed_rate_parent_test() 259 clk = clk_hw_get_clk_kunit(test, hw, __func__); in clk_fixed_rate_parent_accuracy_test()
|
H A D | clk_test.c | 554 struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 561 parent1 = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 565 parent2 = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[1].hw, NULL); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 891 struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate() 900 parent = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate() 1035 struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL); in clk_test_single_parent_mux_set_range_disjoint_child_last() 1065 struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL); in clk_test_single_parent_mux_set_range_disjoint_parent_last() 2772 actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in clk_register_clk_parent_data_of_test() 2936 actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in KUNIT_ARRAY_PARAM()
|
/linux/include/kunit/ |
H A D | clk.h | 17 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id);
|