Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dpm.c38 static int (*omap_pm_suspend)(void); variable
84 if (!omap_pm_suspend) in omap_pm_enter()
89 ret = omap_pm_suspend(); in omap_pm_enter()
131 omap_pm_suspend = pm_suspend; in omap_common_suspend_init()