Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
418 struct platform_hibernation_ops { struct419 int (*begin)(pm_message_t stage);420 void (*end)(void);421 int (*pre_snapshot)(void);422 void (*finish)(void);423 int (*prepare)(void);424 int (*enter)(void);425 void (*leave)(void);449 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument
Completed in 7 milliseconds