Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-fixed-rate_test.c179 struct clk *expected_parent, *actual_parent; in clk_fixed_rate_parent_test() local
200 actual_parent = clk_get_parent(clk); in clk_fixed_rate_parent_test()
201 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in clk_fixed_rate_parent_test()
H A Dclk_test.c2756 struct clk *expected_parent, *actual_parent; in clk_register_clk_parent_data_of_test() local
2774 actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in clk_register_clk_parent_data_of_test()
2775 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, actual_parent); in clk_register_clk_parent_data_of_test()
2777 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in clk_register_clk_parent_data_of_test()
2917 struct clk *expected_parent, *actual_parent; in KUNIT_ARRAY_PARAM() local
2942 actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in KUNIT_ARRAY_PARAM()
2943 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, actual_parent); in KUNIT_ARRAY_PARAM()
2945 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in KUNIT_ARRAY_PARAM()