Searched refs:clk_hw_is_enabled (Results 1 – 12 of 12) sorted by relevance
| /linux/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(parent)); in clk_gate_test_hiword_enable() [all …]
|
| H A D | clk.c | 656 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function 660 EXPORT_SYMBOL_GPL(clk_hw_is_enabled);
|
| /linux/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()
|
| /linux/drivers/clk/sprd/ |
| H A D | gate.c | 102 if (!parent || !clk_hw_is_enabled(parent)) in sprd_gate_is_enabled()
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-krait.c | 71 if (clk_hw_is_enabled(hw)) in krait_mux_set_parent()
|
| H A D | clk-hfpll.c | 169 enabled = clk_hw_is_enabled(hw); in clk_hfpll_set_rate()
|
| H A D | clk-rcg2.c | 1393 if (!clk_hw_is_enabled(hw)) in __clk_rcg2_shared_set_rate() 1481 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_get_parent() 1492 if (!clk_hw_is_enabled(hw)) { in clk_rcg2_shared_set_parent() 1508 if (!clk_hw_is_enabled(hw)) in clk_rcg2_shared_recalc_rate()
|
| H A D | clk-rcg.c | 211 enabled = clk_hw_is_enabled(hw); in configure_bank() 774 if (clk_hw_is_enabled(hw)) in clk_rcg_lcc_set_rate()
|
| /linux/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 | 505 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
|
| /linux/drivers/clk/mvebu/ |
| H A D | clk-cpu.c | 156 if (clk_hw_is_enabled(hwclk)) in clk_cpu_set_rate()
|
| /linux/include/linux/ |
| H A D | clk-provider.h | 1494 bool clk_hw_is_enabled(const struct clk_hw *hw);
|