Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/power/
Dmain.c61 static int async_error; variable
847 async_error = 0; in dpm_resume()
1023 if (async_error) in __device_suspend_noirq()
1027 async_error = -EBUSY; in __device_suspend_noirq()
1059 async_error = error; in __device_suspend_noirq()
1110 async_error = 0; in dpm_suspend_noirq()
1131 if (async_error) in dpm_suspend_noirq()
1137 error = async_error; in dpm_suspend_noirq()
1169 if (async_error) in __device_suspend_late()
1173 async_error = -EBUSY; in __device_suspend_late()
[all …]
/linux-4.1.27/include/scsi/
Dosd_initiator.h160 int async_error; member
/linux-4.1.27/drivers/usb/host/
Dohci-dbg.c771 goto async_error; in create_debug_files()
792 async_error: in create_debug_files()
/linux-4.1.27/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()