/Linux-v4.19/drivers/clk/ |
D | clk-mux.c | 123 const struct clk_ops clk_mux_ops = { variable 128 EXPORT_SYMBOL_GPL(clk_mux_ops); 164 init.ops = &clk_mux_ops; in clk_hw_register_mux_table()
|
D | clk-stm32f4.c | 961 return clk_mux_ops.get_parent(hw); in cclk_mux_get_parent() 972 ret = clk_mux_ops.set_parent(hw, index); in cclk_mux_set_parent() 1401 mux_ops = &clk_mux_ops; in stm32_register_aux_clk()
|
D | clk-stm32mp1.c | 629 mux_ops = &clk_mux_ops; in clk_stm32_register_composite() 699 return clk_mux_ops.get_parent(hw); in clk_mmux_get_parent() 709 ret = clk_mux_ops.set_parent(hw, index); in clk_mmux_set_parent()
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-a20-gmac.c | 100 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
|
D | clk-a10-mod1.c | 63 &mux->hw, &clk_mux_ops, in sun4i_mod1_clk_setup()
|
D | clk-sun8i-mbus.c | 86 &mux->hw, &clk_mux_ops, in sun8i_a23_mbus_setup()
|
D | clk-sun9i-cpus.c | 217 &mux->hw, &clk_mux_ops, in sun9i_a80_cpus_setup()
|
D | clk-sun4i-display.c | 167 &mux->hw, &clk_mux_ops, in sun4i_a10_display_init()
|
D | clk-factors.c | 250 mux_hw, &clk_mux_ops, in __sunxi_factors_register()
|
/Linux-v4.19/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-v4.19/drivers/clk/imx/ |
D | clk-fixup-mux.c | 98 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-v4.19/drivers/clk/st/ |
D | clk-flexgen.c | 95 return clk_mux_ops.get_parent(mux_hw); in flexgen_get_parent() 105 return clk_mux_ops.set_parent(mux_hw, index); in flexgen_set_parent()
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 105 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_init()
|
/Linux-v4.19/drivers/clk/zte/ |
D | clk.h | 111 &clk_mux_ops, \
|
/Linux-v4.19/drivers/clk/rockchip/ |
D | clk-half-divider.c | 187 : &clk_mux_ops; in rockchip_clk_register_halfdiv()
|
D | clk.c | 73 : &clk_mux_ops; in rockchip_clk_register_branch() 281 frac->mux_ops = &clk_mux_ops; in rockchip_clk_register_frac_branch()
|
D | clk-pll.c | 869 pll->pll_mux_ops = &clk_mux_ops; in rockchip_clk_register_pll()
|
/Linux-v4.19/drivers/clk/mediatek/ |
D | clk-mtk.c | 172 mux_ops = &clk_mux_ops; in mtk_clk_register_composite()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-meson8b.c | 146 MUX_CLK_NUM_PARENTS, &clk_mux_ops, in meson8b_init_rgmii_tx_clk()
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-meson.c | 472 init.ops = &clk_mux_ops; in meson_pwm_init_channels()
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk.h | 615 .mux_ops = &clk_mux_ops, \
|
/Linux-v4.19/include/linux/ |
D | clk-provider.h | 521 extern const struct clk_ops clk_mux_ops;
|
/Linux-v4.19/drivers/clk/davinci/ |
D | pll.c | 618 &mux->hw, &clk_mux_ops, in davinci_pll_obsclk_register()
|
/Linux-v4.19/drivers/mmc/host/ |
D | meson-gx-mmc.c | 526 init.ops = &clk_mux_ops; in meson_mmc_clk_init()
|