Lines Matching defs:dev_pm_ops
49 struct dev_pm_ops { struct
50 int (*resume)(struct device *);
51 int (*resume_early)(struct device *);
52 int (*suspend)(struct device *);
53 int (*suspend_late)(struct device *);
54 int (*freeze)(struct device *);
55 int (*freeze_late)(struct device *);
56 int (*thaw_early)(struct device *);
57 int (*thaw)(struct device *);
58 int (*poweroff)(struct device *);
59 int (*poweroff_late)(struct device *);
60 int (*restore_early)(struct device *);
61 int (*restore)(struct device *);
62 int (*runtime_suspend)(struct device *);
63 int (*runtime_resume)(struct device *);