Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dsleep.c977 .pre_snapshot = acpi_pm_prepare,
1028 .pre_snapshot = acpi_pm_pre_suspend,
/linux-6.15/include/linux/
H A Dsuspend.h366 int (*pre_snapshot)(void); member
/linux-6.15/kernel/power/
H A Dhibernate.c108 if (ops && !(ops->begin && ops->end && ops->pre_snapshot in hibernation_set_ops()
185 hibernation_ops->pre_snapshot() : 0; in platform_pre_snapshot()