Lines Matching refs:async_error
62 static int async_error; variable
849 async_error = 0; in dpm_resume()
1025 if (async_error) in __device_suspend_noirq()
1029 async_error = -EBUSY; in __device_suspend_noirq()
1061 async_error = error; in __device_suspend_noirq()
1113 async_error = 0; in dpm_suspend_noirq()
1134 if (async_error) in dpm_suspend_noirq()
1140 error = async_error; in dpm_suspend_noirq()
1172 if (async_error) in __device_suspend_late()
1176 async_error = -EBUSY; in __device_suspend_late()
1208 async_error = error; in __device_suspend_late()
1254 async_error = 0; in dpm_suspend_late()
1276 if (async_error) in dpm_suspend_late()
1282 error = async_error; in dpm_suspend_late()
1358 if (async_error) in __device_suspend()
1371 async_error = -EBUSY; in __device_suspend()
1460 async_error = error; in __device_suspend()
1509 async_error = 0; in dpm_suspend()
1528 if (async_error) in dpm_suspend()
1534 error = async_error; in dpm_suspend()
1698 return async_error; in device_pm_wait_for_dev()