Searched refs:expected_parent (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/ |
| 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()
|
| A D | clk_test.c | 2754 struct clk *expected_parent, *actual_parent; in clk_register_clk_parent_data_of_test() local 2758 expected_parent = of_clk_get_kunit(test, ctx->np, 0); in clk_register_clk_parent_data_of_test() 2759 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, expected_parent); in clk_register_clk_parent_data_of_test() 2775 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in clk_register_clk_parent_data_of_test() 2914 struct clk *expected_parent, *actual_parent; in KUNIT_ARRAY_PARAM() local 2922 expected_parent = clk_get_kunit(test, ctx->dev, "50"); in KUNIT_ARRAY_PARAM() 2923 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, expected_parent); in KUNIT_ARRAY_PARAM() 2939 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in KUNIT_ARRAY_PARAM()
|
Completed in 12 milliseconds