• Home
  • Raw
  • Download

Lines Matching defs:dev

23 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm)  in do_scsi_suspend()
28 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze()
33 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff()
38 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume()
43 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw()
48 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore()
53 static int scsi_dev_type_suspend(struct device *dev, in scsi_dev_type_suspend()
72 static int scsi_dev_type_resume(struct device *dev, in scsi_dev_type_resume()
105 scsi_bus_suspend_common(struct device *dev, in scsi_bus_suspend_common()
126 static void async_sdev_resume(void *dev, async_cookie_t cookie) in async_sdev_resume()
131 static void async_sdev_thaw(void *dev, async_cookie_t cookie) in async_sdev_thaw()
136 static void async_sdev_restore(void *dev, async_cookie_t cookie) in async_sdev_restore()
141 static int scsi_bus_resume_common(struct device *dev, in scsi_bus_resume_common()
176 static int scsi_bus_prepare(struct device *dev) in scsi_bus_prepare()
185 static int scsi_bus_suspend(struct device *dev) in scsi_bus_suspend()
190 static int scsi_bus_resume(struct device *dev) in scsi_bus_resume()
195 static int scsi_bus_freeze(struct device *dev) in scsi_bus_freeze()
200 static int scsi_bus_thaw(struct device *dev) in scsi_bus_thaw()
205 static int scsi_bus_poweroff(struct device *dev) in scsi_bus_poweroff()
210 static int scsi_bus_restore(struct device *dev) in scsi_bus_restore()
227 static int sdev_runtime_suspend(struct device *dev) in sdev_runtime_suspend()
243 static int scsi_runtime_suspend(struct device *dev) in scsi_runtime_suspend()
256 static int sdev_runtime_resume(struct device *dev) in sdev_runtime_resume()
270 static int scsi_runtime_resume(struct device *dev) in scsi_runtime_resume()
283 static int scsi_runtime_idle(struct device *dev) in scsi_runtime_idle()