Lines Matching refs:clk_ops
25 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent()
36 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent()
48 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_recalc_rate()
60 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_determine_rate()
61 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate()
134 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_round_rate()
146 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate()
160 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate_and_parent()
161 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_rate_and_parent()
184 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled()
195 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable()
206 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable()
216 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite()
217 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite()
218 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite()
224 struct clk_ops *clk_composite_ops; in clk_hw_register_composite()
329 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite()
330 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite()
331 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()