/linux-6.1.9/drivers/clk/ |
D | clk-composite.c | 14 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent() local 19 return mux_ops->get_parent(mux_hw); in clk_composite_get_parent() 25 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() local 30 return mux_ops->set_parent(mux_hw, index); in clk_composite_set_parent() 73 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate() local 84 mux_hw && mux_ops && mux_ops->set_parent) { in clk_composite_determine_rate() 141 } else if (mux_hw && mux_ops && mux_ops->determine_rate) { in clk_composite_determine_rate() 143 return mux_ops->determine_rate(mux_hw, req); in clk_composite_determine_rate() 181 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_rate_and_parent() local 192 mux_ops->set_parent(mux_hw, index); in clk_composite_set_rate_and_parent() [all …]
|
D | clk-stm32h7.c | 354 const struct clk_ops *mux_ops; member 366 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in get_cfg_composite_div() local 371 mux_ops = div_ops = gate_ops = NULL; in get_cfg_composite_div() 382 mux_ops = gcfg->mux->ops ? in get_cfg_composite_div() 413 composite->mux_ops = mux_ops; in get_cfg_composite_div() 1326 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1349 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1364 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1378 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init()
|
D | clk-bm1880.c | 762 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in bm1880_clk_register_composite() local 777 mux_ops = &clk_mux_ops; in bm1880_clk_register_composite() 825 num_parents, mux_hw, mux_ops, div_hw, in bm1880_clk_register_composite()
|
D | clk-stm32f4.c | 1632 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL; in stm32_register_aux_clk() local 1661 mux_ops = &clk_mux_ops; in stm32_register_aux_clk() 1670 mux_hw, mux_ops, in stm32_register_aux_clk()
|
D | clk-stm32mp1.c | 628 const struct clk_ops *mux_ops, *div_ops, *gate_ops; in clk_stm32_register_composite() local 634 mux_ops = NULL; in clk_stm32_register_composite() 642 mux_ops = &clk_mux_ops; in clk_stm32_register_composite() 645 mux_ops = cfg->mux->ops; in clk_stm32_register_composite() 672 mux_hw, mux_ops, div_hw, div_ops, in clk_stm32_register_composite()
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-periph.c | 17 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_get_parent() local 22 return mux_ops->get_parent(mux_hw); in clk_periph_get_parent() 28 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_set_parent() local 33 return mux_ops->set_parent(mux_hw, index); in clk_periph_set_parent()
|
D | clk.h | 623 const struct clk_ops *mux_ops; member 665 .mux_ops = &clk_mux_ops, \
|
/linux-6.1.9/drivers/clk/imx/ |
D | clk-composite-8m.c | 186 const struct clk_ops *mux_ops; in __imx8m_clk_hw_composite() local 208 mux_ops = &imx8m_clk_composite_mux_ops; in __imx8m_clk_hw_composite() 213 mux_ops = &imx8m_clk_composite_mux_ops; in __imx8m_clk_hw_composite() 218 mux_ops = &clk_mux_ops; in __imx8m_clk_hw_composite() 239 mux_hw, mux_ops, div_hw, in __imx8m_clk_hw_composite()
|
D | clk-busy.c | 119 const struct clk_ops *mux_ops; member 135 return busy->mux_ops->get_parent(&busy->mux.hw); in clk_busy_mux_get_parent() 143 ret = busy->mux_ops->set_parent(&busy->mux.hw, index); in clk_busy_mux_set_parent() 175 busy->mux_ops = &clk_mux_ops; in imx_clk_hw_busy_mux()
|
/linux-6.1.9/drivers/clk/rockchip/ |
D | clk.c | 53 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() local 68 mux_ops = (mux_flags & CLK_MUX_READ_ONLY) ? &clk_mux_ro_ops in rockchip_clk_register_branch() 108 mux ? &mux->hw : NULL, mux_ops, in rockchip_clk_register_branch() 132 const struct clk_ops *mux_ops; member 154 frac->mux_ops->get_parent(&frac_mux->hw); in rockchip_clk_frac_notifier_cb() 156 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb() 168 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb() 268 frac->mux_ops = &clk_mux_ops; in rockchip_clk_register_frac_branch() 282 init.ops = frac->mux_ops; in rockchip_clk_register_frac_branch()
|
D | clk-half-divider.c | 173 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_halfdiv() local 186 mux_ops = (mux_flags & CLK_MUX_READ_ONLY) ? &clk_mux_ro_ops in rockchip_clk_register_halfdiv() 216 mux ? &mux->hw : NULL, mux_ops, in rockchip_clk_register_halfdiv()
|
/linux-6.1.9/drivers/clk/berlin/ |
D | berlin2-div.c | 233 const struct clk_ops *mux_ops = &berlin2_div_mux_ops; in berlin2_div_register() local 250 mux_ops = NULL; in berlin2_div_register() 253 &div->hw, mux_ops, &div->hw, rate_ops, in berlin2_div_register()
|
/linux-6.1.9/drivers/clk/mediatek/ |
D | clk-mtk.c | 208 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, *div_ops = NULL; in mtk_clk_register_composite() local 225 mux_ops = &clk_mux_ops; in mtk_clk_register_composite() 268 mux_hw, mux_ops, in mtk_clk_register_composite()
|
/linux-6.1.9/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 621 const struct clk_ops *mux_ops = NULL, *gate_ops = NULL, in armada_3700_add_composite_clk() local 631 mux_ops = mux_hw->init->ops; in armada_3700_add_composite_clk() 679 mux_ops = muxrate_hw->init->ops; in armada_3700_add_composite_clk() 689 mux_ops, rate_hw, rate_ops, in armada_3700_add_composite_clk()
|
/linux-6.1.9/include/linux/ |
D | clk-provider.h | 1223 const struct clk_ops *mux_ops; member 1232 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, 1238 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, 1245 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, 1252 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, 1259 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
|