Lines Matching defs:async
235 static void dpm_wait(struct device *dev, bool async) in dpm_wait()
250 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children()
255 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers()
276 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior()
310 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers()
333 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate()
618 static void device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
769 static void device_resume_early(struct device *dev, pm_message_t state, bool async) in device_resume_early()
903 static void device_resume(struct device *dev, pm_message_t state, bool async) in device_resume()
1203 static int device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in device_suspend_noirq()
1376 static int device_suspend_late(struct device *dev, pm_message_t state, bool async) in device_suspend_late()
1583 static int device_suspend(struct device *dev, pm_message_t state, bool async) in device_suspend()