finish_suspend     85 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	int (*finish_suspend)(unsigned long cpu_state);
finish_suspend    108 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	.finish_suspend		= default_finish_suspend,
finish_suspend    281 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		cpu_suspend(save_state, omap_pm_ops.finish_suspend);
finish_suspend    283 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		omap_pm_ops.finish_suspend(save_state);
finish_suspend    333 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	omap_pm_ops.finish_suspend(cpu_state);
finish_suspend    433 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		omap_pm_ops.finish_suspend = omap4_finish_suspend;