Lines Matching refs:async_error
67 static int async_error; variable
1009 async_error = 0; in dpm_resume()
1203 if (async_error) in __device_suspend_noirq()
1236 async_error = error; in __device_suspend_noirq()
1293 async_error = 0; in dpm_noirq_suspend_devices()
1314 if (async_error) in dpm_noirq_suspend_devices()
1320 error = async_error; in dpm_noirq_suspend_devices()
1390 if (async_error) in __device_suspend_late()
1394 async_error = -EBUSY; in __device_suspend_late()
1428 async_error = error; in __device_suspend_late()
1475 async_error = 0; in dpm_suspend_late()
1497 if (async_error) in dpm_suspend_late()
1503 error = async_error; in dpm_suspend_late()
1603 if (async_error) { in __device_suspend()
1623 async_error = -EBUSY; in __device_suspend()
1706 async_error = error; in __device_suspend()
1752 async_error = 0; in dpm_suspend()
1771 if (async_error) in dpm_suspend()
1777 error = async_error; in dpm_suspend()
1954 return async_error; in device_pm_wait_for_dev()