Searched refs:clk_hw_is_prepared (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-gate_test.c | 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(paren in clk_gate_test_hiword_enable() [all...] |
H A D | clk.c | 517 bool clk_hw_is_prepared(const struct clk_hw *hw) in clk_hw_is_prepared() function 521 EXPORT_SYMBOL_GPL(clk_hw_is_prepared); variable
|
/kernel/linux/linux-6.6/drivers/clk/ux500/ |
H A D | clk-prcmu.c | 338 if (clk_hw_is_prepared(hw)) in clk_prcmu_clkout_set_parent()
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-rpmh.c | 315 if (clk_hw_is_prepared(hw)) in clk_rpmh_bcm_set_rate()
|
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
H A D | clock.c | 427 if (!clk_hw_is_prepared(pc)) { in alchemy_clk_fgcs_detr()
|
/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | clock.c | 427 if (!clk_hw_is_prepared(pc)) { in alchemy_clk_fgcs_detr()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-rpmh.c | 313 if (clk_hw_is_prepared(hw)) in clk_rpmh_bcm_set_rate()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | clk-provider.h | 1138 bool clk_hw_is_prepared(const struct clk_hw *hw);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | clk-provider.h | 1324 bool clk_hw_is_prepared(const struct clk_hw *hw);
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 611 bool clk_hw_is_prepared(const struct clk_hw *hw) in clk_hw_is_prepared() function 615 EXPORT_SYMBOL_GPL(clk_hw_is_prepared); variable
|
Completed in 24 milliseconds