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;
884 extern const struct clk_ops clk_mux_ops;
885 extern const struct clk_ops clk_mux_ro_ops;
971 extern const struct clk_ops clk_fixed_factor_ops;
1082 extern const struct clk_ops clk_multiplier_ops;
1097 struct clk_ops ops;
1103 const struct clk_ops *mux_ops;
1104 const struct clk_ops *rate_ops;
1105 const struct clk_ops *gate_ops;
1112 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1113 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1114 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1118 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1119 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1120 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1125 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1126 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1127 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1132 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1133 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1134 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1139 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1140 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1141 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,