Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/platform_data/
Dpm33xx.h54 void (*begin_suspend)(void); member
/Linux-v6.6/arch/arm/mach-omap2/
Dpm33xx-core.c292 .begin_suspend = amx3_begin_suspend,
305 .begin_suspend = amx3_begin_suspend,
/Linux-v6.6/drivers/soc/ti/
Dpm33xx.c289 pm_ops->begin_suspend(); in am33xx_pm_begin()