Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsuspend.h316 struct platform_hibernation_ops { struct
345 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument
358 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
/linux-4.1.27/drivers/acpi/
Dsleep.c734 static const struct platform_hibernation_ops acpi_hibernation_ops = {
779 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
/linux-4.1.27/kernel/power/
Dhibernate.c65 static const struct platform_hibernation_ops *hibernation_ops;
76 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()