Home
last modified time | relevance | path

Searched refs:clk_hw_is_enabled (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/clk/
Dclk-gate_test.c170 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_enable()
172 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); in clk_gate_test_enable()
190 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_disable()
192 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_disable()
250 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_enable()
252 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); in clk_gate_test_invert_enable()
270 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_disable()
272 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_invert_disable()
323 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_hiword_enable()
325 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); in clk_gate_test_hiword_enable()
[all …]
Dclk.c526 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function
530 EXPORT_SYMBOL_GPL(clk_hw_is_enabled);
/Linux-v6.6/drivers/clk/imx/
Dclk-divider-gate.c51 if (!clk_hw_is_enabled(hw)) { in clk_divider_gate_recalc_rate()
89 if (clk_hw_is_enabled(hw)) { in clk_divider_gate_set_rate()
Dclk-scu.c597 clk->is_enabled = clk_hw_is_enabled(&clk->hw); in imx_clk_scu_suspend()
/Linux-v6.6/drivers/clk/sprd/
Dgate.c102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
/Linux-v6.6/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c190 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
Dclk-lpc18xx-cgu.c504 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
/Linux-v6.6/drivers/clk/meson/
Dsclk-div.c176 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
Dclk-pll.c347 if (clk_hw_is_enabled(hw)) in meson_clk_pll_enable()
/Linux-v6.6/drivers/clk/qcom/
Dclk-rcg2.c1044 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_set_rate()
1114 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_get_parent()
1125 if (!clk_hw_is_enabled(hw)) { in clk_rcg2_shared_set_parent()
1141 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_recalc_rate()
Dclk-alpha-pll.c1663 if (clk_hw_is_enabled(hw)) { in __alpha_pll_trion_set_rate()
1745 if (clk_hw_is_enabled(hw)) in clk_alpha_pll_agera_set_rate()
2455 if (!clk_hw_is_enabled(hw)) in clk_alpha_pll_stromer_set_rate()
/Linux-v6.6/include/linux/
Dclk-provider.h1325 bool clk_hw_is_enabled(const struct clk_hw *hw);