Lines Matching defs:dev_pm_ops
243 struct dev_pm_ops { struct
244 int (*prepare)(struct device *dev);
245 void (*complete)(struct device *dev);
246 int (*suspend)(struct device *dev);
247 int (*resume)(struct device *dev);
248 int (*freeze)(struct device *dev);
249 int (*thaw)(struct device *dev);
250 int (*poweroff)(struct device *dev);
251 int (*restore)(struct device *dev);
252 int (*suspend_noirq)(struct device *dev);
253 int (*resume_noirq)(struct device *dev);
254 int (*freeze_noirq)(struct device *dev);
255 int (*thaw_noirq)(struct device *dev);
256 int (*poweroff_noirq)(struct device *dev);
257 int (*restore_noirq)(struct device *dev);
258 int (*runtime_suspend)(struct device *dev);
259 int (*runtime_resume)(struct device *dev);
260 int (*runtime_idle)(struct device *dev);