Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ !
Dpm.h290 struct dev_pm_ops { struct
291 int (*prepare)(struct device *dev);
292 void (*complete)(struct device *dev);
293 int (*suspend)(struct device *dev);
294 int (*resume)(struct device *dev);
295 int (*freeze)(struct device *dev);
296 int (*thaw)(struct device *dev);
297 int (*poweroff)(struct device *dev);
298 int (*restore)(struct device *dev);
299 int (*suspend_late)(struct device *dev);
[all …]