Lines Matching defs:dev_pm_ops
278 struct dev_pm_ops { struct
279 int (*prepare)(struct device *dev);
280 void (*complete)(struct device *dev);
281 int (*suspend)(struct device *dev);
282 int (*resume)(struct device *dev);
283 int (*freeze)(struct device *dev);
284 int (*thaw)(struct device *dev);
285 int (*poweroff)(struct device *dev);
286 int (*restore)(struct device *dev);
287 int (*suspend_late)(struct device *dev);
288 int (*resume_early)(struct device *dev);
289 int (*freeze_late)(struct device *dev);
290 int (*thaw_early)(struct device *dev);
291 int (*poweroff_late)(struct device *dev);
292 int (*restore_early)(struct device *dev);
293 int (*suspend_noirq)(struct device *dev);
294 int (*resume_noirq)(struct device *dev);
295 int (*freeze_noirq)(struct device *dev);
296 int (*thaw_noirq)(struct device *dev);
297 int (*poweroff_noirq)(struct device *dev);
298 int (*restore_noirq)(struct device *dev);
299 int (*runtime_suspend)(struct device *dev);
300 int (*runtime_resume)(struct device *dev);
301 int (*runtime_idle)(struct device *dev);