Lines Matching refs:mux_hw
490 struct clk_hw *mux_hw; in _get_stm32_mux() local
504 mux_hw = &mmux->mux.hw; in _get_stm32_mux()
505 cfg->mmux->hws[cfg->mmux->nbr_clk++] = mux_hw; in _get_stm32_mux()
518 mux_hw = &mux->hw; in _get_stm32_mux()
521 return mux_hw; in _get_stm32_mux()
633 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local
635 mux_hw = NULL; in clk_stm32_register_composite()
643 mux_hw = _get_stm32_mux(dev, base, cfg->mux, lock); in clk_stm32_register_composite()
645 if (!IS_ERR(mux_hw)) { in clk_stm32_register_composite()
676 mux_hw, mux_ops, div_hw, div_ops, in clk_stm32_register_composite()
882 struct clk_hw *mux_hw = &clk_elem->mux.hw; in pll_get_parent() local
884 __clk_hw_set_clk(mux_hw, hw); in pll_get_parent()
886 return clk_mux_ops.get_parent(mux_hw); in pll_get_parent()