Lines Matching refs:async_error
68 static int async_error; variable
1007 async_error = 0; in dpm_resume()
1200 if (async_error) in __device_suspend_noirq()
1233 async_error = error; in __device_suspend_noirq()
1290 async_error = 0; in dpm_noirq_suspend_devices()
1311 if (async_error) in dpm_noirq_suspend_devices()
1317 error = async_error; in dpm_noirq_suspend_devices()
1387 if (async_error) in __device_suspend_late()
1391 async_error = -EBUSY; in __device_suspend_late()
1425 async_error = error; in __device_suspend_late()
1472 async_error = 0; in dpm_suspend_late()
1494 if (async_error) in dpm_suspend_late()
1500 error = async_error; in dpm_suspend_late()
1600 if (async_error) { in __device_suspend()
1620 async_error = -EBUSY; in __device_suspend()
1703 async_error = error; in __device_suspend()
1749 async_error = 0; in dpm_suspend()
1768 if (async_error) in dpm_suspend()
1774 error = async_error; in dpm_suspend()
1951 return async_error; in device_pm_wait_for_dev()