Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
316 struct platform_hibernation_ops { struct317 int (*begin)(void);318 void (*end)(void);319 int (*pre_snapshot)(void);320 void (*finish)(void);321 int (*prepare)(void);345 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument