Lines Matching refs:clk_ops
228 struct clk_ops { struct
301 const struct clk_ops *ops;
361 extern const struct clk_ops clk_fixed_rate_ops;
499 extern const struct clk_ops clk_gate_ops;
632 extern const struct clk_ops clk_divider_ops;
633 extern const struct clk_ops clk_divider_ro_ops;
848 extern const struct clk_ops clk_mux_ops;
849 extern const struct clk_ops clk_mux_ro_ops;
922 extern const struct clk_ops clk_fixed_factor_ops;
978 extern const struct clk_ops clk_fractional_divider_ops;
1028 extern const struct clk_ops clk_multiplier_ops;
1043 struct clk_ops ops;
1049 const struct clk_ops *mux_ops;
1050 const struct clk_ops *rate_ops;
1051 const struct clk_ops *gate_ops;
1058 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1059 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1060 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1064 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1065 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1066 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1071 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1072 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1073 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1078 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1079 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1080 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,