Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpm.h243 struct dev_pm_ops { struct
244 int (*prepare)(struct device *dev);
245 void (*complete)(struct device *dev);
246 int (*suspend)(struct device *dev);
247 int (*resume)(struct device *dev);
248 int (*freeze)(struct device *dev);
249 int (*thaw)(struct device *dev);
250 int (*poweroff)(struct device *dev);
251 int (*restore)(struct device *dev);
252 int (*suspend_noirq)(struct device *dev);
[all …]