Lines Matching defs:dev_pm_ops
5810 struct dev_pm_ops { struct
5811 int (*prepare)(struct device *);
5812 void (*complete)(struct device *);
5813 int (*suspend)(struct device *);
5814 int (*resume)(struct device *);
5815 int (*freeze)(struct device *);
5816 int (*thaw)(struct device *);
5817 int (*poweroff)(struct device *);
5818 int (*restore)(struct device *);
5819 int (*suspend_late)(struct device *);
5820 int (*resume_early)(struct device *);
5821 int (*freeze_late)(struct device *);
5822 int (*thaw_early)(struct device *);
5823 int (*poweroff_late)(struct device *);
5824 int (*restore_early)(struct device *);
5825 int (*suspend_noirq)(struct device *);
5826 int (*resume_noirq)(struct device *);
5827 int (*freeze_noirq)(struct device *);
5828 int (*thaw_noirq)(struct device *);
5829 int (*poweroff_noirq)(struct device *);
5830 int (*restore_noirq)(struct device *);
5831 int (*runtime_suspend)(struct device *);
5832 int (*runtime_resume)(struct device *);
5833 int (*runtime_idle)(struct device *);