Searched defs:dev_pm_ops (Results 1 – 1 of 1) sorted by relevance
287 struct dev_pm_ops { struct288 int (*prepare)(struct device *dev);289 void (*complete)(struct device *dev);290 int (*suspend)(struct device *dev);291 int (*resume)(struct device *dev);292 int (*freeze)(struct device *dev);293 int (*thaw)(struct device *dev);294 int (*poweroff)(struct device *dev);295 int (*restore)(struct device *dev);299 int (*thaw_early)(struct device *dev);[all …]
Completed in 8 milliseconds