Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-mux.c104 const struct clk_ops clk_mux_ops = { variable
109 EXPORT_SYMBOL_GPL(clk_mux_ops);
145 init.ops = &clk_mux_ops; in clk_register_mux_table()
/linux-4.1.27/drivers/clk/st/
Dclkgen-mux.c99 ret = clk_mux_ops.set_parent(mux_hw, genamux->muxsel); in clkgena_divmux_enable()
121 clk_mux_ops.set_parent(mux_hw, CKGAX_CLKOPSRC_SWITCH_OFF); in clkgena_divmux_disable()
131 return (s8)clk_mux_ops.get_parent(mux_hw) > 0; in clkgena_divmux_is_enabled()
141 genamux->muxsel = clk_mux_ops.get_parent(mux_hw); in clkgena_divmux_get_parent()
786 &mux->hw, &clk_mux_ops, in st_of_clkgen_vcc_setup()
Dclk-flexgen.c84 return clk_mux_ops.get_parent(mux_hw); in flexgen_get_parent()
94 return clk_mux_ops.set_parent(mux_hw, index); in flexgen_set_parent()
/linux-4.1.27/drivers/clk/sunxi/
Dclk-a20-gmac.c103 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
Dclk-factors.c234 mux_hw, &clk_mux_ops, in sunxi_factors_register()
Dclk-sunxi.c227 &mux->hw, &clk_mux_ops, in sun6i_ahb1_clk_setup()
/linux-4.1.27/arch/arm/mach-imx/
Dclk-fixup-mux.c100 fixup_mux->ops = &clk_mux_ops; in imx_clk_fixup_mux()
Dclk-busy.c174 busy->mux_ops = &clk_mux_ops; in imx_clk_busy_mux()
/linux-4.1.27/drivers/clk/samsung/
Dclk-exynos-clkout.c105 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_init()
/linux-4.1.27/drivers/clk/rockchip/
Dclk.c67 : &clk_mux_ops; in rockchip_clk_register_branch()
Dclk-pll.c403 pll->pll_mux_ops = &clk_mux_ops; in rockchip_clk_register_pll()
/linux-4.1.27/include/linux/
Dclk-provider.h425 extern const struct clk_ops clk_mux_ops;
/linux-4.1.27/drivers/clk/tegra/
Dclk.h464 .mux_ops = &clk_mux_ops, \