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