Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/samsung/
H A Ds3c-pm.h27 extern void s3c_pm_check_cleanup(void);
32 #define s3c_pm_check_cleanup() do { } while (0) macro
/openbmc/linux/arch/arm/mach-s3c/
H A Dpm.c173 s3c_pm_check_cleanup(); in s3c_pm_finish()
/openbmc/linux/arch/arm/mach-s5pv210/
H A Dpm.c185 s3c_pm_check_cleanup(); in s5pv210_suspend_finish()
/openbmc/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c228 void s3c_pm_check_cleanup(void) in s3c_pm_check_cleanup() function