Home
last modified time | relevance | path

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

/include/linux/
A Dpm.h287 struct dev_pm_ops { struct
288 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