Searched refs:mux_ops (Results 1 – 5 of 5) sorted by relevance
/drivers/clk/ |
D | clk-composite.c | 27 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent() local 32 return mux_ops->get_parent(mux_hw); in clk_composite_get_parent() 38 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() local 43 return mux_ops->set_parent(mux_hw, index); in clk_composite_set_parent() 64 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate() local 79 mux_hw && mux_ops && mux_ops->set_parent) { in clk_composite_determine_rate() 117 } else if (mux_hw && mux_ops && mux_ops->determine_rate) { in clk_composite_determine_rate() 119 return mux_ops->determine_rate(mux_hw, rate, best_parent_rate, in clk_composite_determine_rate() 186 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite() argument 209 if (mux_hw && mux_ops) { in clk_register_composite() [all …]
|
/drivers/clk/tegra/ |
D | clk-periph.c | 28 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_get_parent() local 33 return mux_ops->get_parent(mux_hw); in clk_periph_get_parent() 39 const struct clk_ops *mux_ops = periph->mux_ops; in clk_periph_set_parent() local 44 return mux_ops->set_parent(mux_hw, index); in clk_periph_set_parent()
|
D | clk.h | 420 const struct clk_ops *mux_ops; member 462 .mux_ops = &clk_mux_ops, \
|
/drivers/clk/berlin/ |
D | berlin2-div.c | 243 const struct clk_ops *mux_ops = &berlin2_div_mux_ops; in berlin2_div_register() local 260 mux_ops = NULL; in berlin2_div_register() 263 &div->hw, mux_ops, &div->hw, rate_ops, in berlin2_div_register()
|
/drivers/clk/rockchip/ |
D | clk.c | 53 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_branch() local 66 mux_ops = (mux_flags & CLK_MUX_READ_ONLY) ? &clk_mux_ro_ops in rockchip_clk_register_branch() 97 mux ? &mux->hw : NULL, mux_ops, in rockchip_clk_register_branch()
|