Home
last modified time | relevance | path

Searched refs:finish_suspend (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c85 int (*finish_suspend)(unsigned long cpu_state); member
108 .finish_suspend = default_finish_suspend,
286 cpu_suspend(save_state, omap_pm_ops.finish_suspend); in omap4_enter_lowpower()
288 omap_pm_ops.finish_suspend(save_state); in omap4_enter_lowpower()
340 omap_pm_ops.finish_suspend(cpu_state); in omap4_hotplug_cpu()
440 omap_pm_ops.finish_suspend = omap4_finish_suspend; in omap4_mpuss_init()
H A Dpm33xx-core.c293 .finish_suspend = amx3_finish_suspend,
306 .finish_suspend = amx3_finish_suspend,
/openbmc/linux/include/linux/platform_data/
H A Dpm33xx.h55 void (*finish_suspend)(void); member
/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c333 pm_ops->finish_suspend(); in am33xx_pm_end()