Searched refs:clk_mux_ops (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-mux.c | 104 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/ |
D | clkgen-mux.c | 99 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()
|
D | clk-flexgen.c | 84 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/ |
D | clk-a20-gmac.c | 103 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-factors.c | 234 mux_hw, &clk_mux_ops, in sunxi_factors_register()
|
D | clk-sunxi.c | 227 &mux->hw, &clk_mux_ops, in sun6i_ahb1_clk_setup()
|
/linux-4.1.27/arch/arm/mach-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.1.27/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 105 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_init()
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.c | 67 : &clk_mux_ops; in rockchip_clk_register_branch()
|
D | clk-pll.c | 403 pll->pll_mux_ops = &clk_mux_ops; in rockchip_clk_register_pll()
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 425 extern const struct clk_ops clk_mux_ops;
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.h | 464 .mux_ops = &clk_mux_ops, \
|