Searched refs:clk_hw_is_enabled (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk-gate_test.c | 170 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 …]
|
D | clk.c | 526 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/ |
D | clk-divider-gate.c | 51 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()
|
D | clk-scu.c | 597 clk->is_enabled = clk_hw_is_enabled(&clk->hw); in imx_clk_scu_suspend()
|
/Linux-v6.6/drivers/clk/sprd/ |
D | gate.c | 102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
|
/Linux-v6.6/drivers/clk/nxp/ |
D | clk-lpc18xx-ccu.c | 190 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
|
D | clk-lpc18xx-cgu.c | 504 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
|
/Linux-v6.6/drivers/clk/meson/ |
D | sclk-div.c | 176 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
|
D | clk-pll.c | 347 if (clk_hw_is_enabled(hw)) in meson_clk_pll_enable()
|
/Linux-v6.6/drivers/clk/qcom/ |
D | clk-rcg2.c | 1044 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()
|
D | clk-alpha-pll.c | 1663 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/ |
D | clk-provider.h | 1325 bool clk_hw_is_enabled(const struct clk_hw *hw);
|