Home
last modified time | relevance | path

Searched refs:clk_hw_is_prepared (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-gate_test.c171 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()
[all …]
H A Dclk.c605 bool clk_hw_is_prepared(const struct clk_hw *hw) in clk_hw_is_prepared() function
609 EXPORT_SYMBOL_GPL(clk_hw_is_prepared);
/openbmc/linux/drivers/clk/ux500/
H A Dclk-prcmu.c338 if (clk_hw_is_prepared(hw)) in clk_prcmu_clkout_set_parent()
/openbmc/linux/drivers/clk/imx/
H A Dclk-scu.c597 clk->is_enabled = clk_hw_is_prepared(&clk->hw); in imx_clk_scu_suspend()
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rpmh.c315 if (clk_hw_is_prepared(hw)) in clk_rpmh_bcm_set_rate()
/openbmc/linux/arch/mips/alchemy/common/
H A Dclock.c427 if (!clk_hw_is_prepared(pc)) { in alchemy_clk_fgcs_detr()
/openbmc/linux/include/linux/
H A Dclk-provider.h1324 bool clk_hw_is_prepared(const struct clk_hw *hw);