Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dpm.h290 struct dev_pm_ops { struct
291 int (*prepare)(struct device *dev);
292 void (*complete)(struct device *dev);
293 int (*suspend)(struct device *dev);
294 int (*resume)(struct device *dev);
295 int (*freeze)(struct device *dev);
296 int (*thaw)(struct device *dev);
297 int (*poweroff)(struct device *dev);
298 int (*restore)(struct device *dev);
299 int (*suspend_late)(struct device *dev);
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpm.h278 struct dev_pm_ops { struct
279 int (*prepare)(struct device *dev);
280 void (*complete)(struct device *dev);
281 int (*suspend)(struct device *dev);
282 int (*resume)(struct device *dev);
283 int (*freeze)(struct device *dev);
284 int (*thaw)(struct device *dev);
285 int (*poweroff)(struct device *dev);
286 int (*restore)(struct device *dev);
287 int (*suspend_late)(struct device *dev);
[all …]
/kernel/linux/linux-4.19/drivers/scsi/
Dscsi_pm.c52 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_dev_type_resume()
105 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_suspend_common()
141 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_resume_common()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_pm.c54 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_suspend()
73 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_dev_type_resume()
106 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_suspend_common()
142 int (*cb)(struct device *, const struct dev_pm_ops *)) in scsi_bus_resume_common()