Searched defs:platform_hibernation_ops (Results 1 – 2 of 2) 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
361 struct platform_hibernation_ops { struct362 int (*begin)(void);363 void (*end)(void);364 int (*pre_snapshot)(void);365 void (*finish)(void);366 int (*prepare)(void);367 int (*enter)(void);368 void (*leave)(void);392 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument