Lines Matching refs:async
224 static void dpm_wait(struct device *dev, bool async) in dpm_wait() argument
229 if (async || (pm_async_enabled && dev->power.async_suspend)) in dpm_wait()
239 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() argument
241 device_for_each_child(dev, &async, dpm_wait_fn); in dpm_wait_for_children()
473 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq() argument
488 dpm_wait(dev->parent, async); in device_resume_noirq()
602 static int device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early() argument
617 dpm_wait(dev->parent, async); in device_resume_early()
730 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() argument
749 dpm_wait(dev->parent, async); in device_resume()
1014 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq() argument
1034 dpm_wait_for_children(dev, async); in __device_suspend_noirq()
1158 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late() argument
1180 dpm_wait_for_children(dev, async); in __device_suspend_late()
1343 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend() argument
1353 dpm_wait_for_children(dev, async); in __device_suspend()