Searched refs:ECANCELED (Results 101 - 125 of 127) sorted by last modified time

123456

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c1112 packet->status = -ECANCELED;
1166 packet->status == -ECANCELED &&
1655 packet->status = -ECANCELED;
H A Dsdio.c500 WARN_ON(status && status != -ECANCELED);
712 * ath6kl_hif_rw_comp_handler() with status -ECANCELED so
1239 req->scat_req->status = -ECANCELED;
1245 ath6kl_hif_rw_comp_handler(context, -ECANCELED);
H A Dusb.c525 status = -ECANCELED;
H A Dhtc_mbox.c1140 -ECANCELED : -ENOSPC;
1176 packet->status = -ECANCELED;
1284 packet->status = -ECANCELED;
1451 status = -ECANCELED;
1574 if (packets->status == -ECANCELED) {
2225 if (status != -ECANCELED)
2346 packet->status = -ECANCELED;
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c252 return -ECANCELED;
1292 if (rc == -ECANCELED) {
/linux-master/drivers/firmware/arm_scmi/
H A Dvirtio.c382 return -ECANCELED;
/linux-master/fs/xfs/
H A Dxfs_itable.h38 return breq->ocount == breq->icount ? -ECANCELED : 0;
48 * bulkstat/inumbers caller. The special value -ECANCELED can be used to stop
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c623 ssh_rtl_complete_with_status(r, -ECANCELED);
653 ssh_rtl_complete_with_status(r, -ECANCELED);
678 ssh_rtl_complete_with_status(r, -ECANCELED);
700 ssh_rtl_complete_with_status(r, -ECANCELED);
1178 WARN_ON(rqst.status != 0 && rqst.status != -ECANCELED &&
1181 return rqst.status == -ECANCELED ? -ETIMEDOUT : rqst.status;
/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c82 return -ECANCELED;
184 return -ECANCELED;
/linux-master/kernel/trace/
H A Dtrace_dynevent.c139 if (!ret || ret != -ECANCELED)
143 if (ret == -ECANCELED)
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c899 * Use -ECANCELED to explicitly tell the ABORTED event that
907 req->drv_status = -ECANCELED;
922 if (req->drv_status != -ECANCELED) {
996 * Use -ECANCELED to explicitly tell the CLOSED event that
1004 req->drv_status = -ECANCELED;
1012 if (req->drv_status != -ECANCELED) {
H A Dcsio_hw.c2403 * latest firmware ECANCELED is returned
2408 int ret = -ECANCELED;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dfw.c260 return -ECANCELED;
/linux-master/drivers/net/netdevsim/
H A Dhwstats.c75 return -ECANCELED;
/linux-master/fs/
H A Dtimerfd.c228 return -ECANCELED;
288 res = -ECANCELED;
369 ret = -ECANCELED;
/linux-master/samples/uhid/
H A Duhid-example.c378 return -ECANCELED;
/linux-master/drivers/greybus/
H A Doperation.c807 gb_operation_cancel(operation, -ECANCELED);
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_integ.c69 return -ECANCELED;
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro

Completed in 222 milliseconds

123456