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()
205 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in __clk_hw_register_composite()
206 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in __clk_hw_register_composite()
207 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite()
213 struct clk_ops *clk_composite_ops; in __clk_hw_register_composite()
321 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite()
322 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite()
323 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite()
337 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_hw_register_composite_pdata()
338 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite_pdata()
339 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata()
350 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite()
351 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite()
352 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()
368 struct clk_hw *mux_hw, const struct clk_ops *mux_ops, in clk_register_composite_pdata()
369 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite_pdata()
370 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata()