Searched refs:platform_hibernation_ops (Results 1 – 3 of 3) sorted by relevance
316 struct platform_hibernation_ops { struct345 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument358 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
734 static const struct platform_hibernation_ops acpi_hibernation_ops = {779 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
65 static const struct platform_hibernation_ops *hibernation_ops;76 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()