Home
last modified time | relevance | path

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

/linux/include/linux/soc/samsung/
H A Ds3c-pm.h26 extern void s3c_pm_check_restore(void);
31 #define s3c_pm_check_restore() do { } while (0) macro
/linux/arch/arm/mach-s3c/
H A Dpm.c155 s3c_pm_check_restore(); in s3c_pm_enter()
/linux/arch/arm/mach-s5pv210/
H A Dpm.c169 s3c_pm_check_restore(); in s5pv210_suspend_enter()
/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c214 void s3c_pm_check_restore(void) in s3c_pm_check_restore() function