Searched defs:dev_pm_ops (Results 1 – 1 of 1) sorted by relevance
5810 struct dev_pm_ops { struct5811 int (*prepare)(struct device *);5812 void (*complete)(struct device *);5813 int (*suspend)(struct device *);5814 int (*resume)(struct device *);5815 int (*freeze)(struct device *);5816 int (*thaw)(struct device *);5817 int (*poweroff)(struct device *);5818 int (*restore)(struct device *);5819 int (*suspend_late)(struct device *);[all …]