Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dsleep.c983 .restore_cleanup = acpi_pm_thaw,
1034 .restore_cleanup = acpi_pm_thaw,
/linux/include/linux/
H A Dsuspend.h372 void (*restore_cleanup)(void); member
/linux/kernel/power/
H A Dhibernate.c109 && ops->restore_cleanup && ops->leave)) { in hibernation_set_ops()
247 hibernation_ops->restore_cleanup(); in platform_restore_cleanup()