Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32-core.c489 struct clk_hw *other_mux_hw = composite->clock_data->is_multi_mux(hw); in clk_stm32_composite_set_parent() local
491 if (other_mux_hw) { in clk_stm32_composite_set_parent()
494 clk_hw_reparent(other_mux_hw, hwp); in clk_stm32_composite_set_parent()
529 struct clk_hw *other_mux_hw = NULL; in clk_stm32_set_safe_position_mux() local
531 other_mux_hw = composite->clock_data->is_multi_mux(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()