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

/linux-master/drivers/acpi/
H A Dsleep.c963 .pre_snapshot = acpi_pm_prepare,
1014 .pre_snapshot = acpi_pm_pre_suspend,
/linux-master/include/linux/
H A Dsuspend.h325 * @pre_snapshot: Prepare the platform for creating the hibernation image.
366 int (*pre_snapshot)(void); member in struct:platform_hibernation_ops
/linux-master/kernel/power/
H A Dhibernate.c107 if (ops && !(ops->begin && ops->end && ops->pre_snapshot
184 hibernation_ops->pre_snapshot() : 0;

Completed in 134 milliseconds