Lines Matching refs:async_error
67 static int async_error; variable
1009 async_error = 0; in dpm_resume()
1202 if (async_error) in __device_suspend_noirq()
1235 async_error = error; in __device_suspend_noirq()
1292 async_error = 0; in dpm_noirq_suspend_devices()
1313 if (async_error) in dpm_noirq_suspend_devices()
1319 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()
1474 async_error = 0; in dpm_suspend_late()
1496 if (async_error) in dpm_suspend_late()
1502 error = async_error; in dpm_suspend_late()
1602 if (async_error) { in __device_suspend()
1622 async_error = -EBUSY; in __device_suspend()
1705 async_error = error; in __device_suspend()
1751 async_error = 0; in dpm_suspend()
1770 if (async_error) in dpm_suspend()
1776 error = async_error; in dpm_suspend()
1953 return async_error; in device_pm_wait_for_dev()