Searched refs:clk_mux_ops (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/clk/ |
D | clk-mux.c | 107 const struct clk_ops clk_mux_ops = { variable 112 EXPORT_SYMBOL_GPL(clk_mux_ops); 149 init.ops = &clk_mux_ops; in clk_register_mux_table()
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen-mux.c | 98 ret = clk_mux_ops.set_parent(mux_hw, genamux->muxsel); in clkgena_divmux_enable() 120 clk_mux_ops.set_parent(mux_hw, CKGAX_CLKOPSRC_SWITCH_OFF); in clkgena_divmux_disable() 130 return (s8)clk_mux_ops.get_parent(mux_hw) > 0; in clkgena_divmux_is_enabled() 140 genamux->muxsel = clk_mux_ops.get_parent(mux_hw); in clkgena_divmux_get_parent() 793 &mux->hw, &clk_mux_ops, in st_of_clkgen_vcc_setup()
|
D | clk-flexgen.c | 85 return clk_mux_ops.get_parent(mux_hw); in flexgen_get_parent() 95 return clk_mux_ops.set_parent(mux_hw, index); in flexgen_set_parent()
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-a10-mod1.c | 63 &mux->hw, &clk_mux_ops, in sun4i_mod1_clk_setup()
|
D | clk-a20-gmac.c | 101 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-factors.c | 233 mux_hw, &clk_mux_ops, in sunxi_factors_register()
|
D | clk-sunxi.c | 228 &mux->hw, &clk_mux_ops, in sun6i_ahb1_clk_setup()
|
/linux-4.4.14/drivers/clk/nxp/ |
D | clk-lpc18xx-cgu.c | 547 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_div() 571 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 575 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 594 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_pll()
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-fixup-mux.c | 100 fixup_mux->ops = &clk_mux_ops; in imx_clk_fixup_mux()
|
D | clk-busy.c | 174 busy->mux_ops = &clk_mux_ops; in imx_clk_busy_mux()
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 105 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_init()
|
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-mtk.c | 163 mux_ops = &clk_mux_ops; in mtk_clk_register_composite()
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.c | 75 &clk_mux_ro_ops : &clk_mux_ops; in meson_clk_register_composite()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.c | 67 : &clk_mux_ops; in rockchip_clk_register_branch()
|
D | clk-pll.c | 370 pll->pll_mux_ops = &clk_mux_ops; in rockchip_clk_register_pll()
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 449 extern const struct clk_ops clk_mux_ops;
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk.h | 491 .mux_ops = &clk_mux_ops, \
|