Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsuspend.h418 struct platform_hibernation_ops { struct
419 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
/kernel/linux/linux-4.19/include/linux/
Dsuspend.h361 struct platform_hibernation_ops { struct
362 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