Lines Matching refs:async_error
68 static int async_error; variable
1010 async_error = 0; in dpm_resume()
1204 if (async_error) in __device_suspend_noirq()
1237 async_error = error; in __device_suspend_noirq()
1296 async_error = 0; in dpm_noirq_suspend_devices()
1317 if (async_error) in dpm_noirq_suspend_devices()
1323 error = async_error; in dpm_noirq_suspend_devices()
1393 if (async_error) in __device_suspend_late()
1397 async_error = -EBUSY; in __device_suspend_late()
1431 async_error = error; in __device_suspend_late()
1480 async_error = 0; in dpm_suspend_late()
1502 if (async_error) in dpm_suspend_late()
1508 error = async_error; in dpm_suspend_late()
1608 if (async_error) { in __device_suspend()
1628 async_error = -EBUSY; in __device_suspend()
1714 async_error = error; in __device_suspend()
1760 async_error = 0; in dpm_suspend()
1779 if (async_error) in dpm_suspend()
1785 error = async_error; in dpm_suspend()
1965 return async_error; in device_pm_wait_for_dev()