Lines Matching refs:clk_ops
13 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_get_parent()
24 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_parent()
36 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_recalc_rate()
48 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_determine_rate()
49 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_determine_rate()
122 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_round_rate()
134 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate()
148 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_set_rate_and_parent()
149 const struct clk_ops *mux_ops = composite->mux_ops; in clk_composite_set_rate_and_parent()
172 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled()
183 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable()
194 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable()
204 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite()
205 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite()
206 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite()
212 struct clk_ops *clk_composite_ops; in clk_hw_register_composite()
317 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite()
318 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite()
319 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()