Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
416 struct platform_hibernation_ops { struct417 int (*begin)(pm_message_t stage);418 void (*end)(void);419 int (*pre_snapshot)(void);420 void (*finish)(void);421 int (*prepare)(void);422 int (*enter)(void);423 void (*leave)(void);447 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument