Lines Matching refs:async_error
66 static int async_error; variable
688 async_error = error; in device_resume_noirq()
709 async_error = 0; in dpm_noirq_resume_devices()
740 if (async_error) in dpm_noirq_resume_devices()
824 async_error = error; in device_resume_early()
849 async_error = 0; in dpm_resume_early()
880 if (async_error) in dpm_resume_early()
986 async_error = error; in device_resume()
1016 async_error = 0; in dpm_resume()
1046 if (async_error) in dpm_resume()
1214 if (async_error) in device_suspend_noirq()
1247 async_error = error; in device_suspend_noirq()
1292 async_error = 0; in dpm_noirq_suspend_devices()
1314 if (error || async_error) in dpm_noirq_suspend_devices()
1322 error = async_error; in dpm_noirq_suspend_devices()
1389 if (async_error) in device_suspend_late()
1393 async_error = -EBUSY; in device_suspend_late()
1427 async_error = error; in device_suspend_late()
1463 async_error = 0; in dpm_suspend_late()
1487 if (error || async_error) in dpm_suspend_late()
1495 error = async_error; in dpm_suspend_late()
1595 if (async_error) { in device_suspend()
1615 async_error = -EBUSY; in device_suspend()
1698 async_error = error; in device_suspend()
1732 async_error = 0; in dpm_suspend()
1754 if (error || async_error) in dpm_suspend()
1762 error = async_error; in dpm_suspend()
1942 return async_error; in device_pm_wait_for_dev()