Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
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