Searched refs:platform_hibernation_ops (Results 1 – 4 of 4) sorted by relevance
419 struct platform_hibernation_ops { struct443 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument458 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
58 platform_hibernation_ops
951 static const struct platform_hibernation_ops acpi_hibernation_ops = {1001 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
68 static const struct platform_hibernation_ops *hibernation_ops;93 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()