Lines Matching refs:async_error
66 static int async_error; variable
704 async_error = error; in device_resume_noirq()
725 async_error = 0; in dpm_noirq_resume_devices()
756 if (async_error) in dpm_noirq_resume_devices()
840 async_error = error; in device_resume_early()
865 async_error = 0; in dpm_resume_early()
896 if (async_error) in dpm_resume_early()
1001 async_error = error; in device_resume()
1031 async_error = 0; in dpm_resume()
1061 if (async_error) in dpm_resume()
1229 if (async_error) in device_suspend_noirq()
1262 async_error = error; in device_suspend_noirq()
1312 async_error = 0; in dpm_noirq_suspend_devices()
1334 if (error || async_error) in dpm_noirq_suspend_devices()
1342 error = async_error; in dpm_noirq_suspend_devices()
1409 if (async_error) in device_suspend_late()
1413 async_error = -EBUSY; in device_suspend_late()
1447 async_error = error; in device_suspend_late()
1483 async_error = 0; in dpm_suspend_late()
1507 if (error || async_error) in dpm_suspend_late()
1515 error = async_error; in dpm_suspend_late()
1615 if (async_error) { in device_suspend()
1635 async_error = -EBUSY; in device_suspend()
1719 async_error = error; in device_suspend()
1753 async_error = 0; in dpm_suspend()
1775 if (error || async_error) in dpm_suspend()
1783 error = async_error; in dpm_suspend()
1963 return async_error; in device_pm_wait_for_dev()