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

/linux-master/include/linux/
H A Dsuspend.h312 * struct platform_hibernation_ops - hibernation platform support
363 struct platform_hibernation_ops { struct
387 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
406 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {}
/linux-master/drivers/acpi/
H A Dsleep.c960 static const struct platform_hibernation_ops acpi_hibernation_ops = {
1011 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
/linux-master/kernel/power/
H A Dhibernate.c78 static const struct platform_hibernation_ops *hibernation_ops;
103 void hibernation_set_ops(const struct platform_hibernation_ops *ops)

Completed in 148 milliseconds