Lines Matching defs:dev_pm_ops
287 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);
296 int (*suspend_late)(struct device *dev);
297 int (*resume_early)(struct device *dev);
298 int (*freeze_late)(struct device *dev);
299 int (*thaw_early)(struct device *dev);
300 int (*poweroff_late)(struct device *dev);
301 int (*restore_early)(struct device *dev);
302 int (*suspend_noirq)(struct device *dev);
303 int (*resume_noirq)(struct device *dev);
304 int (*freeze_noirq)(struct device *dev);
305 int (*thaw_noirq)(struct device *dev);
306 int (*poweroff_noirq)(struct device *dev);
307 int (*restore_noirq)(struct device *dev);
308 int (*runtime_suspend)(struct device *dev);
309 int (*runtime_resume)(struct device *dev);
310 int (*runtime_idle)(struct device *dev);