Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Dmain.c67 static int async_error; variable
1009 async_error = 0; in dpm_resume()
1202 if (async_error) in __device_suspend_noirq()
1235 async_error = error; in __device_suspend_noirq()
1292 async_error = 0; in dpm_noirq_suspend_devices()
1313 if (async_error) in dpm_noirq_suspend_devices()
1319 error = async_error; in dpm_noirq_suspend_devices()
1389 if (async_error) in __device_suspend_late()
1393 async_error = -EBUSY; in __device_suspend_late()
1427 async_error = error; in __device_suspend_late()
[all …]