Lines Matching refs:async_error
61 static int async_error; variable
847 async_error = 0; in dpm_resume()
1023 if (async_error) in __device_suspend_noirq()
1027 async_error = -EBUSY; in __device_suspend_noirq()
1059 async_error = error; in __device_suspend_noirq()
1110 async_error = 0; in dpm_suspend_noirq()
1131 if (async_error) in dpm_suspend_noirq()
1137 error = async_error; in dpm_suspend_noirq()
1169 if (async_error) in __device_suspend_late()
1173 async_error = -EBUSY; in __device_suspend_late()
1205 async_error = error; in __device_suspend_late()
1251 async_error = 0; in dpm_suspend_late()
1273 if (async_error) in dpm_suspend_late()
1279 error = async_error; in dpm_suspend_late()
1355 if (async_error) in __device_suspend()
1368 async_error = -EBUSY; in __device_suspend()
1457 async_error = error; in __device_suspend()
1506 async_error = 0; in dpm_suspend()
1525 if (async_error) in dpm_suspend()
1531 error = async_error; in dpm_suspend()
1696 return async_error; in device_pm_wait_for_dev()