Searched refs:EREMOTEIO (Results 1 - 25 of 254) sorted by path

1234567891011

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h102 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h94 #define EREMOTEIO 140 /* Remote I/O error */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h97 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pcf.c222 return -EREMOTEIO; /* got a better one ?? */
227 return -EREMOTEIO; /* got a better one ?? */
339 i = -EREMOTEIO;
347 i = -EREMOTEIO;
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-i2c.c34 return -EREMOTEIO;
39 return -EREMOTEIO;
/linux-master/drivers/media/dvb-frontends/
H A Ddib3000mb_priv.h17 { pr_err("while sending 0x%04x to 0x%04x.", val, reg); return -EREMOTEIO; }
H A Ddibx000_common.c40 ret = i2c_transfer(mst->i2c_adap, mst->msg, 1) != 1 ? -EREMOTEIO : 0;
87 return -EREMOTEIO;
91 return -EREMOTEIO;
132 return -EREMOTEIO;
164 return -EREMOTEIO;
/linux-master/drivers/media/pci/cx23885/
H A Dcimax2.c224 return -EREMOTEIO;
/linux-master/drivers/media/pci/mantis/
H A Dmantis_hif.c40 rc = -EREMOTEIO;
58 rc = -EREMOTEIO;
97 return -EREMOTEIO;
126 return -EREMOTEIO;
154 return -EREMOTEIO;
183 return -EREMOTEIO;
H A Dmantis_vp1041.c317 return -EREMOTEIO;
/linux-master/drivers/media/tuners/
H A Dtda8290.c627 return -EREMOTEIO;
H A Dtea5761.c206 return -EREMOTEIO;
H A Dtea5767.c292 return -EREMOTEIO;
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-i2c.c827 return i == num ? num : -EREMOTEIO;
/linux-master/drivers/media/usb/gspca/
H A Dkinect.c160 return actual_len < 0 ? actual_len : -EREMOTEIO;
/linux-master/drivers/misc/altera-stapl/
H A Daltera-jtag.c332 status = -EREMOTEIO;
627 status = -EREMOTEIO;
726 status = -EREMOTEIO;
830 status = -EREMOTEIO;
921 status = -EREMOTEIO;
/linux-master/drivers/usb/host/
H A Dfhci-q.c46 return -EREMOTEIO;
196 urb->status = -EREMOTEIO;
H A Duhci-q.c1219 ret = -EREMOTEIO;
1244 (ret == -EREMOTEIO);
/linux-master/include/uapi/asm-generic/
H A Derrno.h104 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h102 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h94 #define EREMOTEIO 140 /* Remote I/O error */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h97 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h104 #define EREMOTEIO 121 /* Remote I/O error */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h68 #define EREMOTEIO 181 /* Remote I/O error */ macro
/linux-master/block/
H A Dblk-core.c158 [BLK_STS_TARGET] = { -EREMOTEIO, "critical target" },

Completed in 495 milliseconds

1234567891011