Home
last modified time | relevance | path

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

/drivers/base/power/
Dmain.c63 static int async_error; variable
852 async_error = 0; in dpm_resume()
1030 if (async_error) in __device_suspend_noirq()
1034 async_error = -EBUSY; in __device_suspend_noirq()
1064 async_error = error; in __device_suspend_noirq()
1116 async_error = 0; in dpm_suspend_noirq()
1137 if (async_error) in dpm_suspend_noirq()
1143 error = async_error; in dpm_suspend_noirq()
1177 if (async_error) in __device_suspend_late()
1181 async_error = -EBUSY; in __device_suspend_late()
[all …]
/drivers/usb/host/
Dohci-dbg.c773 goto async_error; in create_debug_files()
794 async_error: in create_debug_files()
/drivers/scsi/osd/
Dosd_initiator.c481 or->async_error = error; in _set_error_resid()
1770 osi->additional_code, or->async_error, in osd_req_decode_sense_full()
1908 if (or->async_error == -ENOMEM) in osd_req_decode_sense_full()
1912 ret = or->async_error; in osd_req_decode_sense_full()