Home
last modified time | relevance | path

Searched defs:mux_hw (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/clk/
H A Dclk-composite.c15 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_get_parent() local
26 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_set_parent() local
63 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_determine_rate() local
161 struct clk_hw *mux_hw = composite->mux_hw; in clk_composite_set_rate_and_parent() local
215 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in __clk_hw_register_composite()
328 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite()
344 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite_pdata()
357 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite()
376 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite_pdata()
425 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in __devm_clk_hw_register_composite()
[all …]
H A Dclk-divider_test.c84 struct clk_hw *parent_a_hw, *parent_b_hw, *mux_hw, *div_hw; in clk_divider_bestdiv_mux_ulong_max_returns_max_rate() local
H A Dclk-stm32h7.c350 struct clk_hw *mux_hw; member
367 struct clk_hw *mux_hw; in get_cfg_composite_div() local
H A Dclk-bm1880.c758 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in bm1880_clk_register_composite() local
H A Dclk-stm32f4.c1775 struct clk_hw *mux_hw = NULL, *gate_hw = NULL; in stm32_register_aux_clk() local
/linux/drivers/clk/actions/
H A Dowl-mux.c17 const struct owl_mux_hw *mux_hw) in owl_mux_helper_get_parent()
37 struct owl_mux_hw *mux_hw, u8 index) in owl_mux_helper_set_parent()
H A Dowl-mux.h23 struct owl_mux_hw mux_hw; member
H A Dowl-composite.h28 struct owl_mux_hw mux_hw; member
/linux/drivers/clk/tegra/
H A Dclk-periph.c18 struct clk_hw *mux_hw = &periph->mux.hw; in clk_periph_get_parent() local
29 struct clk_hw *mux_hw = &periph->mux.hw; in clk_periph_set_parent() local
/linux/drivers/clk/st/
H A Dclk-flexgen.c99 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_get_parent() local
109 struct clk_hw *mux_hw = &flexgen->mux.hw; in flexgen_set_parent() local
/linux/drivers/clk/imx/
H A Dclk-composite-7ulp.c88 struct clk_hw *mux_hw = NULL, *fd_hw = NULL, *gate_hw = NULL; in imx_ulp_clk_hw_composite() local
H A Dclk-composite-93.c188 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in imx93_clk_composite_flags() local
H A Dclk-composite-8m.c225 struct clk_hw *hw = ERR_PTR(-ENOMEM), *mux_hw; in __imx8m_clk_hw_composite() local
/linux/drivers/clk/sunxi/
H A Dclk-factors.c186 struct clk_hw *mux_hw = NULL; in __sunxi_factors_register() local
/linux/drivers/clk/mediatek/
H A Dclk-mtk.c225 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *div_hw = NULL; in mtk_clk_register_composite() local
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c490 struct clk_hw *mux_hw; in _get_stm32_mux() local
633 struct clk_hw *mux_hw, *div_hw, *gate_hw; in clk_stm32_register_composite() local
882 struct clk_hw *mux_hw = &clk_elem->mux.hw; in pll_get_parent() local
/linux/drivers/clk/renesas/
H A Dr9a09g077-cpg.c723 struct clk_hw *mux_hw = clk_hw_get_parent(hw); in r9a09g077_cpg_lcdc_div_determine_rate() local
/linux/include/linux/
H A Dclk-provider.h1382 struct clk_hw *mux_hw; member