|
Linux Kernel
3.7.1
|
#include <pm_domain.h>
Data Fields | |
| int(* | start )(struct device *dev) |
| int(* | stop )(struct device *dev) |
| int(* | save_state )(struct device *dev) |
| int(* | restore_state )(struct device *dev) |
| int(* | suspend )(struct device *dev) |
| int(* | suspend_late )(struct device *dev) |
| int(* | resume_early )(struct device *dev) |
| int(* | resume )(struct device *dev) |
| int(* | freeze )(struct device *dev) |
| int(* | freeze_late )(struct device *dev) |
| int(* | thaw_early )(struct device *dev) |
| int(* | thaw )(struct device *dev) |
| bool(* | active_wakeup )(struct device *dev) |
Definition at line 33 of file pm_domain.h.
1.8.2