Lines Matching defs:ops
366 const struct clk_ops *ops;
371 const struct clk_ops *ops;
377 const struct clk_ops *ops;
602 init.ops = &clk_gate_ops;
604 if (cfg->ops)
605 init.ops = cfg->ops;
644 if (cfg->mux->ops)
645 mux_ops = cfg->mux->ops;
655 if (cfg->div->ops)
656 div_ops = cfg->div->ops;
666 if (cfg->gate->ops)
667 gate_ops = cfg->gate->ops;
911 init.ops = &pll_ops;
1047 init.ops = &timer_ker_ops;
1290 .ops = _ops,\
1329 .ops = _ops,\
1350 .ops = _ops,\
1518 .ops = _ops,\
1704 .ops = _ops,\
2295 reset_data->rcdev.ops = &stm32_reset_ops;