Lines Matching defs:dev_pm_ops
4902 struct dev_pm_ops { struct
4903 int (*prepare)(struct device *);
4904 void (*complete)(struct device *);
4905 int (*suspend)(struct device *);
4906 int (*resume)(struct device *);
4907 int (*freeze)(struct device *);
4908 int (*thaw)(struct device *);
4909 int (*poweroff)(struct device *);
4910 int (*restore)(struct device *);
4911 int (*suspend_late)(struct device *);
4912 int (*resume_early)(struct device *);
4913 int (*freeze_late)(struct device *);
4914 int (*thaw_early)(struct device *);
4915 int (*poweroff_late)(struct device *);
4916 int (*restore_early)(struct device *);
4917 int (*suspend_noirq)(struct device *);
4918 int (*resume_noirq)(struct device *);
4919 int (*freeze_noirq)(struct device *);
4920 int (*thaw_noirq)(struct device *);
4921 int (*poweroff_noirq)(struct device *);
4922 int (*restore_noirq)(struct device *);
4923 int (*runtime_suspend)(struct device *);
4924 int (*runtime_resume)(struct device *);
4925 int (*runtime_idle)(struct device *);