Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dsleep.c743 .pre_snapshot = acpi_pm_prepare,
788 .pre_snapshot = acpi_pm_pre_suspend,
/linux-4.4.14/include/linux/
Dsuspend.h355 int (*pre_snapshot)(void); member
/linux-4.4.14/kernel/power/
Dhibernate.c78 if (ops && !(ops->begin && ops->end && ops->pre_snapshot in hibernation_set_ops()
153 hibernation_ops->pre_snapshot() : 0; in platform_pre_snapshot()