Lines Matching refs:async
225 static void dpm_wait(struct device *dev, bool async) in dpm_wait() argument
230 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
240 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() argument
242 device_for_each_child(dev, &async, dpm_wait_fn); in dpm_wait_for_children()
474 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq() argument
489 dpm_wait(dev->parent, async); in device_resume_noirq()
604 static int device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early() argument
619 dpm_wait(dev->parent, async); in device_resume_early()
732 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() argument
751 dpm_wait(dev->parent, async); in device_resume()
1016 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq() argument
1036 dpm_wait_for_children(dev, async); in __device_suspend_noirq()
1161 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late() argument
1183 dpm_wait_for_children(dev, async); in __device_suspend_late()
1346 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend() argument
1356 dpm_wait_for_children(dev, async); in __device_suspend()