/linux/drivers/clk/ |
H A D | clk-mux.c | 137 const struct clk_ops clk_mux_ops = { variable 142 EXPORT_SYMBOL_GPL(clk_mux_ops); 180 init.ops = &clk_mux_ops; in __clk_hw_register_mux()
|
/linux/drivers/clk/imx/ |
H A D | clk-composite-8m.c | 163 return clk_mux_ops.get_parent(hw); in imx8m_clk_composite_mux_get_parent() 197 return clk_mux_ops.determine_rate(hw, req); in imx8m_clk_composite_mux_determine_rate() 280 mux_ops = &clk_mux_ops; in __imx8m_clk_hw_composite()
|
H A D | clk-composite-93.c | 151 return clk_mux_ops.get_parent(hw); in imx93_clk_composite_mux_get_parent() 182 return clk_mux_ops.determine_rate(hw, req); in imx93_clk_composite_mux_determine_rate()
|
H A D | clk-fixup-mux.c | 95 fixup_mux->ops = &clk_mux_ops; in imx_clk_hw_fixup_mux()
|
H A D | clk-composite-7ulp.c | 144 mux_hw, &clk_mux_ops, fd_hw, in imx_ulp_clk_hw_composite()
|
H A D | clk-busy.c | 176 busy->mux_ops = &clk_mux_ops; in imx_clk_hw_busy_mux()
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc18xx-cgu.c | 543 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_div() 567 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 571 &clk->mux.hw, &clk_mux_ops, in lpc18xx_register_base_clk() 590 &clk->mux.hw, &clk_mux_ops, in lpc18xx_cgu_register_pll()
|
/linux/drivers/clk/sunxi/ |
H A D | clk-a20-gmac.c | 93 &mux->hw, &clk_mux_ops, in sun7i_a20_gmac_clk_setup()
|
H A D | clk-a10-mod1.c | 55 &mux->hw, &clk_mux_ops, in sun4i_mod1_clk_setup()
|
H A D | clk-sun8i-mbus.c | 78 &mux->hw, &clk_mux_ops, in sun8i_a23_mbus_setup()
|
H A D | clk-sun9i-cpus.c | 219 &mux->hw, &clk_mux_ops, in sun9i_a80_cpus_setup()
|
H A D | clk-sun4i-display.c | 159 &mux->hw, &clk_mux_ops, in sun4i_a10_display_init()
|
H A D | clk-factors.c | 247 mux_hw, &clk_mux_ops, in __sunxi_factors_register()
|
/linux/drivers/clk/mmp/ |
H A D | clk-audio.c | 255 sspa_mux_parents, &clk_mux_ops, in register_clocks() 308 sspa1_mux_parents, &clk_mux_ops, in register_clocks()
|
/linux/drivers/mmc/host/ |
H A D | meson-mx-sdhc-clkc.c | 109 &clk_mux_ops, in meson_mx_sdhc_register_clkc()
|
/linux/drivers/clk/samsung/ |
H A D | clk-exynos-clkout.c | 179 &clk_mux_ops, NULL, NULL, &clkout->gate.hw, in exynos_clkout_probe()
|
/linux/drivers/clk/rockchip/ |
H A D | clk-half-divider.c | 187 : &clk_mux_ops; in rockchip_clk_register_halfdiv()
|
/linux/drivers/clk/st/ |
H A D | clk-flexgen.c | 103 return clk_mux_ops.get_parent(mux_hw); in flexgen_get_parent() 113 return clk_mux_ops.set_parent(mux_hw, index); in flexgen_set_parent()
|
/linux/drivers/clk/thead/ |
H A D | clk-th1520-ap.c | 424 &clk_mux_ops, 441 &clk_mux_ops, 865 &clk_mux_ops,
|
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 646 mux_ops = &clk_mux_ops; in clk_stm32_register_composite() 716 return clk_mux_ops.get_parent(hw); in clk_mmux_get_parent() 726 ret = clk_mux_ops.set_parent(hw, index); in clk_mmux_set_parent() 886 return clk_mux_ops.get_parent(mux_hw); in pll_get_parent()
|
/linux/drivers/clk/mediatek/ |
H A D | clk-mt8188-topckgen.c | 1250 mfg_mux_nb->ops = &clk_mux_ops; in clk_mt8188_reg_mfg_mux_notifier()
|
H A D | clk-mt8195-topckgen.c | 1254 mfg_mux_nb->ops = &clk_mux_ops; in clk_mt8195_reg_mfg_mux_notifier()
|
H A D | clk-mtk.c | 243 mux_ops = &clk_mux_ops; in mtk_clk_register_composite()
|
/linux/drivers/pwm/ |
H A D | pwm-meson.c | 357 init.ops = &clk_mux_ops; in meson_pwm_init_clocks_meson8b()
|
/linux/drivers/clk/tegra/ |
H A D | clk.h | 665 .mux_ops = &clk_mux_ops, \
|