| /Linux-v5.4/drivers/clk/ |
| D | clk-mux.c | 136 const struct clk_ops clk_mux_ops = { variable 141 EXPORT_SYMBOL_GPL(clk_mux_ops); 177 init.ops = &clk_mux_ops; in clk_hw_register_mux_table()
|
| D | clk-stm32f4.c | 1033 return clk_mux_ops.get_parent(hw); in cclk_mux_get_parent() 1044 ret = clk_mux_ops.set_parent(hw, index); in cclk_mux_set_parent() 1665 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-v5.4/drivers/clk/sunxi/ |
| D | clk-a20-gmac.c | 92 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
|
| D | clk-a10-mod1.c | 55 &mux->hw, &clk_mux_ops, in sun4i_mod1_clk_setup()
|
| D | clk-sun8i-mbus.c | 78 &mux->hw, &clk_mux_ops, in sun8i_a23_mbus_setup()
|
| D | clk-sun9i-cpus.c | 218 &mux->hw, &clk_mux_ops, in sun9i_a80_cpus_setup()
|
| D | clk-sun4i-display.c | 159 &mux->hw, &clk_mux_ops, in sun4i_a10_display_init()
|
| D | clk-factors.c | 247 mux_hw, &clk_mux_ops, in __sunxi_factors_register()
|
| /Linux-v5.4/drivers/clk/nxp/ |
| D | clk-lpc18xx-cgu.c | 548 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_div() 572 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 576 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 595 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_pll()
|
| /Linux-v5.4/drivers/clk/imx/ |
| D | clk-composite-7ulp.c | 76 mux_hw, &clk_mux_ops, fd_hw, in imx7ulp_clk_composite()
|
| D | clk-fixup-mux.c | 93 fixup_mux->ops = &clk_mux_ops; in imx_clk_hw_fixup_mux()
|
| D | clk-composite-8m.c | 166 mux_hw, &clk_mux_ops, div_hw, in imx8m_clk_composite_flags()
|
| D | clk-busy.c | 174 busy->mux_ops = &clk_mux_ops; in imx_clk_hw_busy_mux()
|
| /Linux-v5.4/drivers/clk/st/ |
| D | clk-flexgen.c | 96 return clk_mux_ops.get_parent(mux_hw); in flexgen_get_parent() 106 return clk_mux_ops.set_parent(mux_hw, index); in flexgen_set_parent()
|
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-exynos-clkout.c | 103 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_init()
|
| /Linux-v5.4/drivers/clk/zte/ |
| D | clk.h | 108 &clk_mux_ops, \
|
| /Linux-v5.4/drivers/clk/rockchip/ |
| D | clk-half-divider.c | 188 : &clk_mux_ops; in rockchip_clk_register_halfdiv()
|
| D | clk.c | 65 : &clk_mux_ops; in rockchip_clk_register_branch() 276 frac->mux_ops = &clk_mux_ops; in rockchip_clk_register_frac_branch()
|
| /Linux-v5.4/drivers/clk/mediatek/ |
| D | clk-mtk.c | 174 mux_ops = &clk_mux_ops; in mtk_clk_register_composite()
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-meson8b.c | 140 MUX_CLK_NUM_PARENTS, &clk_mux_ops, in meson8b_init_rgmii_tx_clk()
|
| /Linux-v5.4/drivers/pwm/ |
| D | pwm-meson.c | 506 init.ops = &clk_mux_ops; in meson_pwm_init_channels()
|
| /Linux-v5.4/drivers/clk/tegra/ |
| D | clk.h | 604 .mux_ops = &clk_mux_ops, \
|
| /Linux-v5.4/drivers/clk/davinci/ |
| D | pll.c | 618 &mux->hw, &clk_mux_ops, in davinci_pll_obsclk_register()
|
| /Linux-v5.4/include/linux/ |
| D | clk-provider.h | 555 extern const struct clk_ops clk_mux_ops;
|