Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dsleep.c743 .restore_cleanup = acpi_pm_thaw,
788 .restore_cleanup = acpi_pm_thaw,
/linux-4.1.27/include/linux/
Dsuspend.h325 void (*restore_cleanup)(void); member
/linux-4.1.27/kernel/power/
Dhibernate.c80 && ops->restore_cleanup && ops->leave)) { in hibernation_set_ops()
216 hibernation_ops->restore_cleanup(); in platform_restore_cleanup()