Searched defs:dev_pm_ops (Results 1 – 1 of 1) sorted by relevance
49 struct dev_pm_ops { struct50 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 *);[all …]