Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dsleep.c960 .pre_snapshot = acpi_pm_prepare,
1010 .pre_snapshot = acpi_pm_pre_suspend,
/openbmc/linux/include/linux/
H A Dsuspend.h425 int (*pre_snapshot)(void); member
/openbmc/linux/kernel/power/
H A Dhibernate.c98 if (ops && !(ops->begin && ops->end && ops->pre_snapshot in hibernation_set_ops()
175 hibernation_ops->pre_snapshot() : 0; in platform_pre_snapshot()