Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpm.h277 struct dev_pm_ops { struct
278 int (*prepare)(struct device *dev);
279 void (*complete)(struct device *dev);
280 int (*suspend)(struct device *dev);
281 int (*resume)(struct device *dev);
282 int (*freeze)(struct device *dev);
283 int (*thaw)(struct device *dev);
284 int (*poweroff)(struct device *dev);
285 int (*restore)(struct device *dev);
289 int (*thaw_early)(struct device *dev);
[all …]
/linux/drivers/scsi/
A Dscsi_pm.c54 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend()
71 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_suspend_common()
80 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_resume_common()

Completed in 8 milliseconds