Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/
H A 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()
250 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_enable()
270 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_disable()
323 KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_hiword_enable()
343 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_hiword_disable()
394 KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_enabled()
409 KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_disabled()
424 KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_enabled_inverted()
[all …]
H A Dclk.c611 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function
615 EXPORT_SYMBOL_GPL(clk_hw_is_enabled);
/linux-6.15/drivers/clk/imx/
H A 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()
/linux-6.15/drivers/clk/sprd/
H A Dgate.c102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
/linux-6.15/drivers/clk/meson/
H A Dsclk-div.c176 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
H A Dclk-pll.c357 if (clk_hw_is_enabled(hw)) in meson_clk_pll_enable()
/linux-6.15/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c190 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
H A Dclk-lpc18xx-cgu.c503 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
/linux-6.15/drivers/clk/qcom/
H A Dclk-rcg2.c1392 if (!clk_hw_is_enabled(hw)) in __clk_rcg2_shared_set_rate()
1480 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_get_parent()
1491 if (!clk_hw_is_enabled(hw)) { in clk_rcg2_shared_set_parent()
1507 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_recalc_rate()
H A Dclk-alpha-pll.c1805 if (clk_hw_is_enabled(hw)) { in __alpha_pll_trion_set_rate()
1887 if (clk_hw_is_enabled(hw)) in clk_alpha_pll_agera_set_rate()
2272 if (!clk_hw_is_enabled(hw)) in clk_zonda_pll_set_rate()
2840 if (!clk_hw_is_enabled(hw)) in clk_alpha_pll_stromer_set_rate()
/linux-6.15/include/linux/
H A Dclk-provider.h1389 bool clk_hw_is_enabled(const struct clk_hw *hw);