Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dpm33xx-core.c166 .soc_suspend = am33xx_suspend,
173 .soc_suspend = am43xx_suspend,
/Linux-v4.19/include/linux/platform_data/
Dpm33xx.h50 int (*soc_suspend)(unsigned int state, int (*fn)(unsigned long), member
/Linux-v4.19/drivers/soc/ti/
Dpm33xx.c57 ret = pm_ops->soc_suspend((unsigned long)suspend_state, in am33xx_pm_suspend()