Home
last modified time | relevance | path

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

/linux/drivers/clk/stm32/
H A Dclk-stm32-core.c501 static int clk_stm32_composite_is_enabled(struct clk_hw *hw) in clk_stm32_composite_is_enabled() function
525 if (!clk_stm32_composite_is_enabled(hw)) { in clk_stm32_set_safe_position_mux()
533 if (!other_mux_hw || clk_stm32_composite_is_enabled(other_mux_hw)) in clk_stm32_set_safe_position_mux()
622 .is_enabled = clk_stm32_composite_is_enabled,