Home
last modified time | relevance | path

Searched refs:omap_pm_suspend (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-omap2/
Dpm.c39 int (*omap_pm_suspend)(void); variable
204 if (!omap_pm_suspend) in omap_pm_enter()
210 ret = omap_pm_suspend(); in omap_pm_enter()
Dpm.h37 extern int (*omap_pm_suspend)(void);
Dpm44xx.c203 omap_pm_suspend = omap4_pm_suspend; in omap4_pm_init()
Dpm24xx.c253 omap_pm_suspend = omap2_enter_full_retention; in prcm_setup_regs()
Dpm34xx.c714 omap_pm_suspend = omap3_pm_suspend; in omap3_pm_init()