Home
last modified time | relevance | path

Searched refs:async_error (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/base/power/
H A Dmain.c67 static int async_error; variable
1007 async_error = 0; in dpm_resume()
1198 if (async_error) in __device_suspend_noirq()
1231 async_error = error; in __device_suspend_noirq()
1288 async_error = 0; in dpm_noirq_suspend_devices()
1313 if (error || async_error) in dpm_noirq_suspend_devices()
1319 error = async_error; in dpm_noirq_suspend_devices()
1387 if (async_error) in __device_suspend_late()
1391 async_error = -EBUSY; in __device_suspend_late()
1425 async_error = error; in __device_suspend_late()
[all …]