Home
last modified time | relevance | path

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

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