Searched refs:clk_stm32_composite_is_enabled (Results 1 – 1 of 1) sorted by relevance
502 static int clk_stm32_composite_is_enabled(struct clk_hw *hw) in clk_stm32_composite_is_enabled() function526 if (!clk_stm32_composite_is_enabled(hw)) { in clk_stm32_set_safe_position_mux()534 if (!other_mux_hw || clk_stm32_composite_is_enabled(other_mux_hw)) in clk_stm32_set_safe_position_mux()623 .is_enabled = clk_stm32_composite_is_enabled,