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;
540 extern const struct clk_ops clk_gate_ops;
736 extern const struct clk_ops clk_divider_ops;
737 extern const struct clk_ops clk_divider_ro_ops;
1023 extern const struct clk_ops clk_mux_ops;
1024 extern const struct clk_ops clk_mux_ro_ops;
1148 extern const struct clk_ops clk_fixed_factor_ops;
1286 extern const struct clk_ops clk_multiplier_ops;
1301 struct clk_ops ops;
1307 const struct clk_ops *mux_ops;
1308 const struct clk_ops *rate_ops;
1309 const struct clk_ops *gate_ops;
1316 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1317 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1318 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1322 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1323 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1324 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1329 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1330 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1331 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1336 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1337 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1338 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
1343 struct clk_hw *mux_hw, const struct clk_ops *mux_ops,
1344 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1345 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,