Lines Matching defs:dev_pm_ops
6558 struct dev_pm_ops { struct
6559 int (*prepare)(struct device *);
6560 void (*complete)(struct device *);
6561 int (*suspend)(struct device *);
6562 int (*resume)(struct device *);
6563 int (*freeze)(struct device *);
6564 int (*thaw)(struct device *);
6565 int (*poweroff)(struct device *);
6566 int (*restore)(struct device *);
6567 int (*suspend_late)(struct device *);
6568 int (*resume_early)(struct device *);
6569 int (*freeze_late)(struct device *);
6570 int (*thaw_early)(struct device *);
6571 int (*poweroff_late)(struct device *);
6572 int (*restore_early)(struct device *);
6573 int (*suspend_noirq)(struct device *);
6574 int (*resume_noirq)(struct device *);
6575 int (*freeze_noirq)(struct device *);
6576 int (*thaw_noirq)(struct device *);
6577 int (*poweroff_noirq)(struct device *);
6578 int (*restore_noirq)(struct device *);
6579 int (*runtime_suspend)(struct device *);
6580 int (*runtime_resume)(struct device *);
6581 int (*runtime_idle)(struct device *);