/kernel/linux/linux-6.6/drivers/clk/ |
H A 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(paren in clk_gate_test_hiword_enable() [all...] |
H A D | clk.c | 529 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function 533 EXPORT_SYMBOL_GPL(clk_hw_is_enabled); variable
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A 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()
|
H A D | clk-scu.c | 597 clk->is_enabled = clk_hw_is_enabled(&clk->hw); in imx_clk_scu_suspend()
|
/kernel/linux/linux-5.10/drivers/clk/sprd/ |
H A D | gate.c | 102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
|
/kernel/linux/linux-6.6/drivers/clk/sprd/ |
H A D | gate.c | 102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
H A D | clk-lpc18xx-ccu.c | 193 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
|
H A D | clk-lpc18xx-cgu.c | 508 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
|
/kernel/linux/linux-5.10/drivers/clk/meson/ |
H A D | sclk-div.c | 175 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
|
H A D | clk-pll.c | 333 if (clk_hw_is_enabled(hw)) in meson_clk_pll_enable()
|
/kernel/linux/linux-6.6/drivers/clk/meson/ |
H A D | sclk-div.c | 176 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
|
H A D | clk-pll.c | 347 if (clk_hw_is_enabled(hw)) in meson_clk_pll_enable()
|
/kernel/linux/linux-6.6/drivers/clk/nxp/ |
H A D | clk-lpc18xx-ccu.c | 190 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
|
H A D | clk-lpc18xx-cgu.c | 504 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-rcg2.c | 1038 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_set_rate() 1108 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_get_parent() 1119 if (!clk_hw_is_enabled(hw)) { in clk_rcg2_shared_set_parent() 1135 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_recalc_rate()
|
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | clk-provider.h | 1140 bool clk_hw_is_enabled(const struct clk_hw *hw);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | clk-provider.h | 1326 bool clk_hw_is_enabled(const struct clk_hw *hw);
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 623 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function 627 EXPORT_SYMBOL_GPL(clk_hw_is_enabled); variable
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 1525 if (clk_hw_is_enabled(hw)) { in alpha_pll_trion_set_rate()
|