Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance
352 struct platform_hibernation_ops { struct353 int (*begin)(void);354 void (*end)(void);355 int (*pre_snapshot)(void);356 void (*finish)(void);357 int (*prepare)(void);381 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument