Searched refs:clk_hw_unregister_fixed_rate_kunit (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-fixed-rate_test.c | 109 static int clk_hw_unregister_fixed_rate_kunit(struct kunit *test, struct clk_hw *hw) in clk_hw_unregister_fixed_rate_kunit() function 131 KUNIT_ASSERT_EQ(test, 0, clk_hw_unregister_fixed_rate_kunit(test, hw)); in clk_fixed_rate_rate_test() 153 KUNIT_ASSERT_EQ(test, 0, clk_hw_unregister_fixed_rate_kunit(test, hw)); in clk_fixed_rate_accuracy_test() 195 KUNIT_ASSERT_EQ(test, 0, clk_hw_unregister_fixed_rate_kunit(test, hw)); in clk_fixed_rate_parent_test() 226 KUNIT_ASSERT_EQ(test, 0, clk_hw_unregister_fixed_rate_kunit(test, hw)); in clk_fixed_rate_parent_rate_test() 257 KUNIT_ASSERT_EQ(test, 0, clk_hw_unregister_fixed_rate_kunit(test, hw)); in clk_fixed_rate_parent_accuracy_test()
|