Lines Matching refs:clk_hw_is_prepared
171 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); in clk_gate_test_enable()
173 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); in clk_gate_test_enable()
191 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_disable()
193 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_disable()
251 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); in clk_gate_test_invert_enable()
253 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); in clk_gate_test_invert_enable()
271 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_invert_disable()
273 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_invert_disable()
324 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); in clk_gate_test_hiword_enable()
326 KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); in clk_gate_test_hiword_enable()
344 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_hiword_disable()
346 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_hiword_disable()