Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
283 struct platform_hibernation_ops { struct284 int (*begin)(void);285 void (*end)(void);286 int (*pre_snapshot)(void);287 void (*finish)(void);288 int (*prepare)(void);312 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument