Lines Matching defs:wakeupgen_ops
70 static struct omap_wakeupgen_ops *wakeupgen_ops;
333 if (wakeupgen_ops && wakeupgen_ops->save_context)
334 wakeupgen_ops->save_context();
366 if (wakeupgen_ops && wakeupgen_ops->restore_context)
367 wakeupgen_ops->restore_context();
578 wakeupgen_ops = &omap4_wakeupgen_ops;
580 wakeupgen_ops = &omap5_wakeupgen_ops;
584 wakeupgen_ops = &am43xx_wakeupgen_ops;