Searched refs:expected_parent (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-fixed-rate_test.c | 179 struct clk *expected_parent, *actual_parent; in clk_fixed_rate_parent_test() local 190 expected_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__); in clk_fixed_rate_parent_test() 191 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, expected_parent); 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 D | clk_test.c | 2756 struct clk *expected_parent, *actual_parent; in clk_register_clk_parent_data_of_test() local 2760 expected_parent = of_clk_get_kunit(test, ctx->np, 0); in clk_register_clk_parent_data_of_test() 2761 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, expected_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() 2916 struct clk *expected_parent, *actual_parent; in KUNIT_ARRAY_PARAM() local 2924 expected_parent = clk_get_kunit(test, ctx->dev, "50"); in KUNIT_ARRAY_PARAM() 2925 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, expected_parent); in KUNIT_ARRAY_PARAM() 2941 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in KUNIT_ARRAY_PARAM()
|