Searched refs:mux_ops (Results 1 – 2 of 2) sorted by relevance
32 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent() local35 return mux_ops->set_parent(mux, parent); in clk_composite_set_parent()87 const struct clk_ops *mux_ops, in clk_register_composite() argument103 if (mux && mux_ops) { in clk_register_composite()105 composite->mux_ops = mux_ops; in clk_register_composite()106 if (mux_ops->set_parent) in clk_register_composite()
151 const struct clk_ops *mux_ops; member160 struct clk *mux_clk, const struct clk_ops *mux_ops,