Lines Matching defs:ops
358 const struct clk_ops *ops;
363 const struct clk_ops *ops;
369 const struct clk_ops *ops;
590 init.ops = &clk_gate_ops;
592 if (cfg->ops)
593 init.ops = cfg->ops;
631 if (cfg->mux->ops)
632 mux_ops = cfg->mux->ops;
642 if (cfg->div->ops)
643 div_ops = cfg->div->ops;
653 if (cfg->gate->ops)
654 gate_ops = cfg->gate->ops;
882 init.ops = &pll_ops;
1013 init.ops = &timer_ker_ops;
1204 .ops = _ops,\
1239 .ops = _ops,\
1256 .ops = _ops,\
1421 .ops = _ops,\
1607 .ops = _ops,\