Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsuspend.h228 void (*restore_cleanup)(void); member
/linux-2.6.39/drivers/acpi/
Dsleep.c508 .restore_cleanup = acpi_pm_thaw,
551 .restore_cleanup = acpi_pm_thaw,
/linux-2.6.39/kernel/power/
Dhibernate.c66 && ops->restore_cleanup && ops->leave)) { in hibernation_set_ops()
194 hibernation_ops->restore_cleanup(); in platform_restore_cleanup()