Lines Matching defs:async
240 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
255 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
260 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
281 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
315 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
338 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
594 static void __device_resume_noirq(struct device *dev, pm_message_t state, bool async) in __device_resume_noirq()
763 static void __device_resume_early(struct device *dev, pm_message_t state, bool async) in __device_resume_early()
890 static void __device_resume(struct device *dev, pm_message_t state, bool async) in __device_resume()
1193 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq()
1382 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
1601 static int __device_suspend(struct device *dev, pm_message_t state, bool async) in __device_suspend()