Home
last modified time | relevance | path

Searched defs:dev_pm_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpm.h295 struct dev_pm_ops { struct
296 int (*prepare)(struct device *dev);
297 void (*complete)(struct device *dev);
298 int (*suspend)(struct device *dev);
299 int (*resume)(struct device *dev);
300 int (*freeze)(struct device *dev);
301 int (*thaw)(struct device *dev);
302 int (*poweroff)(struct device *dev);
303 int (*restore)(struct device *dev);
304 int (*suspend_late)(struct device *dev);
[all …]