Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dsleep.c995 .restore_cleanup = acpi_pm_thaw,
1046 .restore_cleanup = acpi_pm_thaw,
/linux/include/linux/
H A Dsuspend.h377 void (*restore_cleanup)(void); member
/linux/kernel/power/
H A Dhibernate.c126 && ops->restore_cleanup && ops->leave)) { in hibernation_set_ops()
269 hibernation_ops->restore_cleanup(); in platform_restore_cleanup()