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;
701 extern const struct clk_ops clk_divider_ops;
702 extern const struct clk_ops clk_divider_ro_ops;
986 extern const struct clk_ops clk_mux_ops;
987 extern const struct clk_ops clk_mux_ro_ops;
1101 extern const struct clk_ops clk_fixed_factor_ops;
1221 extern const struct clk_ops clk_multiplier_ops;
1236 struct clk_ops ops;
1242 const struct clk_ops *mux_ops;
1243 const struct clk_ops *rate_ops;
1244 const struct clk_ops *gate_ops;
1251 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1252 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1253 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1257 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1258 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1259 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1264 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1265 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1266 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1271 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1272 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1273 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1278 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1279 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1280 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,