Searched refs:platform_hibernation_ops (Results 1 – 4 of 4) sorted by relevance
317 * struct platform_hibernation_ops - hibernation platform support368 struct platform_hibernation_ops { struct 392 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument 411 static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {} in hibernation_set_ops()
64 platform_hibernation_ops
974 static const struct platform_hibernation_ops acpi_hibernation_ops = {1025 static const struct platform_hibernation_ops acpi_hibernation_ops_old = {
79 static const struct platform_hibernation_ops *hibernation_ops;109 void hibernation_set_ops(const struct platform_hibernation_ops *ops) in hibernation_set_ops()