Lines Matching refs:clk_ops
220 struct clk_ops { struct
287 const struct clk_ops *ops;
347 extern const struct clk_ops clk_fixed_rate_ops;
485 extern const struct clk_ops clk_gate_ops;
618 extern const struct clk_ops clk_divider_ops;
619 extern const struct clk_ops clk_divider_ro_ops;
834 extern const struct clk_ops clk_mux_ops;
835 extern const struct clk_ops clk_mux_ro_ops;
908 extern const struct clk_ops clk_fixed_factor_ops;
961 extern const struct clk_ops clk_fractional_divider_ops;
1011 extern const struct clk_ops clk_multiplier_ops;
1026 struct clk_ops ops;
1032 const struct clk_ops *mux_ops;
1033 const struct clk_ops *rate_ops;
1034 const struct clk_ops *gate_ops;
1041 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1042 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1043 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1047 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1048 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1049 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1054 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1055 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1056 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1061 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1062 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1063 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,