Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/power/
Dmain.c67 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()
[all …]