Lines Matching refs:async_error
62 static int async_error; variable
1044 async_error = 0; in dpm_resume()
1297 if (async_error) in __device_suspend_noirq()
1301 async_error = -EBUSY; in __device_suspend_noirq()
1325 async_error = error; in __device_suspend_noirq()
1390 async_error = 0; in dpm_noirq_suspend_devices()
1411 if (async_error) in dpm_noirq_suspend_devices()
1417 error = async_error; in dpm_noirq_suspend_devices()
1512 if (async_error) in __device_suspend_late()
1516 async_error = -EBUSY; in __device_suspend_late()
1539 async_error = error; in __device_suspend_late()
1591 async_error = 0; in dpm_suspend_late()
1613 if (async_error) in dpm_suspend_late()
1619 error = async_error; in dpm_suspend_late()
1716 if (async_error) { in __device_suspend()
1732 async_error = -EBUSY; in __device_suspend()
1809 async_error = error; in __device_suspend()
1859 async_error = 0; in dpm_suspend()
1878 if (async_error) in dpm_suspend()
1884 error = async_error; in dpm_suspend()
2065 return async_error; in device_pm_wait_for_dev()