Lines Matching refs:async_error
67 static int async_error; variable
1009 async_error = 0; in dpm_resume()
1210 if (async_error) in __device_suspend_noirq()
1243 async_error = error; in __device_suspend_noirq()
1300 async_error = 0; in dpm_noirq_suspend_devices()
1325 if (error || async_error) in dpm_noirq_suspend_devices()
1331 error = async_error; in dpm_noirq_suspend_devices()
1399 if (async_error) in __device_suspend_late()
1403 async_error = -EBUSY; in __device_suspend_late()
1437 async_error = error; in __device_suspend_late()
1485 async_error = 0; in dpm_suspend_late()
1512 if (error || async_error) in dpm_suspend_late()
1518 error = async_error; in dpm_suspend_late()
1618 if (async_error) { in __device_suspend()
1638 async_error = -EBUSY; in __device_suspend()
1721 async_error = error; in __device_suspend()
1767 async_error = 0; in dpm_suspend()
1792 if (error || async_error) in dpm_suspend()
1798 error = async_error; in dpm_suspend()
1978 return async_error; in device_pm_wait_for_dev()