Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dsuspend.h443 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
458 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops() function
/Linux-v6.1/kernel/power/
Dhibernate.c93 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops() function
114 EXPORT_SYMBOL_GPL(hibernation_set_ops);
/Linux-v6.1/drivers/acpi/
Dsleep.c1019 hibernation_set_ops(old_suspend_ordering ? in acpi_sleep_hibernate_setup()