Lines Matching refs:async_error
66 static int async_error; variable
709 async_error = error; in device_resume_noirq()
730 async_error = 0; in dpm_noirq_resume_devices()
763 if (async_error) in dpm_noirq_resume_devices()
847 async_error = error; in device_resume_early()
872 async_error = 0; in dpm_resume_early()
905 if (async_error) in dpm_resume_early()
1017 async_error = error; in device_resume()
1047 async_error = 0; in dpm_resume()
1079 if (async_error) in dpm_resume()
1249 if (async_error) in device_suspend_noirq()
1282 async_error = error; in device_suspend_noirq()
1326 async_error = 0; in dpm_noirq_suspend_devices()
1349 if (error || async_error) in dpm_noirq_suspend_devices()
1357 error = async_error; in dpm_noirq_suspend_devices()
1428 if (async_error) in device_suspend_late()
1432 async_error = -EBUSY; in device_suspend_late()
1466 async_error = error; in device_suspend_late()
1502 async_error = 0; in dpm_suspend_late()
1527 if (error || async_error) in dpm_suspend_late()
1535 error = async_error; in dpm_suspend_late()
1635 if (async_error) { in device_suspend()
1655 async_error = -EBUSY; in device_suspend()
1739 async_error = error; in device_suspend()
1773 async_error = 0; in dpm_suspend()
1796 if (error || async_error) in dpm_suspend()
1804 error = async_error; in dpm_suspend()
2040 return async_error; in device_pm_wait_for_dev()