Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsuspend.h352 struct platform_hibernation_ops { struct
381 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument
394 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
/linux-4.4.14/drivers/acpi/
Dsleep.c740 static const struct platform_hibernation_ops acpi_hibernation_ops = {
785 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
/linux-4.4.14/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()