Lines Matching refs:clk_ops
234 struct clk_ops { struct
301 const struct clk_ops *ops;
361 extern const struct clk_ops clk_fixed_rate_ops;
526 extern const struct clk_ops clk_gate_ops;
682 extern const struct clk_ops clk_divider_ops;
683 extern const struct clk_ops clk_divider_ro_ops;
967 extern const struct clk_ops clk_mux_ops;
968 extern const struct clk_ops clk_mux_ro_ops;
1082 extern const struct clk_ops clk_fixed_factor_ops;
1204 extern const struct clk_ops clk_multiplier_ops;
1219 struct clk_ops ops;
1225 const struct clk_ops *mux_ops;
1226 const struct clk_ops *rate_ops;
1227 const struct clk_ops *gate_ops;
1234 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1235 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1236 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1240 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1241 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1242 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1247 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1248 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1249 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1254 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1255 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1256 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1261 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1262 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1263 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,