Home
last modified time | relevance | path

Searched defs:dev_pm_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm.h286 struct dev_pm_ops { struct
287 int (*prepare)(struct device *dev);
288 void (*complete)(struct device *dev);
289 int (*suspend)(struct device *dev);
290 int (*resume)(struct device *dev);
291 int (*freeze)(struct device *dev);
292 int (*thaw)(struct device *dev);
293 int (*poweroff)(struct device *dev);
294 int (*restore)(struct device *dev);
298 int (*thaw_early)(struct device *dev);
[all …]
/openbmc/linux/drivers/scsi/
H A Dscsi_pm.c53 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend()
70 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_suspend_common()
79 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_resume_common()