Home
last modified time | relevance | path

Searched defs:platform_hibernation_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dsuspend.h424 struct platform_hibernation_ops { struct
425 int (*begin)(pm_message_t stage);
426 void (*end)(void);
450 extern void hibernation_set_ops(const struct platform_hibernation_ops *ops); argument