Searched refs:clk_stm32_composite_is_enabled (Results 1 – 1 of 1) sorted by relevance
501 static int clk_stm32_composite_is_enabled(struct clk_hw *hw) in clk_stm32_composite_is_enabled() function525 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,