Searched refs:EREMOTEIO (Results 126 - 150 of 254) sorted by relevance

1234567891011

/linux-master/drivers/platform/surface/
H A Dsurface3_power.c242 if (ret == -EREMOTEIO) {
/linux-master/drivers/i2c/busses/
H A Di2c-bcm2835.c383 return -EREMOTEIO;
H A Di2c-designware-common.c575 return -EREMOTEIO;
H A Di2c-davinci.c506 return -EREMOTEIO;
525 return -EREMOTEIO;
/linux-master/drivers/staging/media/av7110/
H A Dsp8870.c61 return -EREMOTEIO;
/linux-master/drivers/media/dvb-frontends/
H A Dves1820.c59 return (ret != 1) ? -EREMOTEIO : 0;
H A Dds3000.c241 return -EREMOTEIO;
287 ret = -EREMOTEIO;
H A Dlgdt3305.c120 return -EREMOTEIO;
146 return -EREMOTEIO;
H A Dtda10048.c255 int ret = -EREMOTEIO;
282 ret = -EREMOTEIO;
H A Dbcm3510.c98 return -EREMOTEIO;
117 return -EREMOTEIO;
H A Dm88ds3103.c94 return -EREMOTEIO;
143 return -EREMOTEIO;
1653 ret = -EREMOTEIO;
/linux-master/drivers/media/tuners/
H A Dmax2165.c278 return -EREMOTEIO;
/linux-master/include/linux/surface_aggregator/
H A Dcontroller.h253 * request returns %-EREMOTEIO (indicates I/O error) or %-ETIMEDOUT (request
265 if (__s != -ETIMEDOUT && __s != -EREMOTEIO) \
278 * request returns %-EREMOTEIO (indicates I/O error) or -%ETIMEDOUT (request
/linux-master/fs/afs/
H A Dvl_rotate.c138 afs_prioritise_error(&vc->cumul_error, -EREMOTEIO, abort_code);
/linux-master/sound/soc/intel/avs/
H A Davs.h237 #define AVS_EIPC EREMOTEIO
/linux-master/drivers/comedi/drivers/
H A Ddt9812.c270 ret = -EREMOTEIO;
314 ret = -EREMOTEIO;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c397 if (err == -EREMOTEIO) {
551 if (event && err == -EREMOTEIO) {
/linux-master/drivers/media/usb/dvb-usb/
H A Dpctv452e.c457 ret = -EREMOTEIO;
632 if (-EREMOTEIO == ret)
/linux-master/drivers/staging/greybus/
H A Dloopback.c555 retval = -EREMOTEIO;
610 retval = -EREMOTEIO;
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1773 return -EREMOTEIO;
1792 return -EREMOTEIO;
1809 return -EREMOTEIO;
1828 return -EREMOTEIO;
1833 return -EREMOTEIO;
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c213 return -EREMOTEIO;
216 if ((snd_len != b[5]) || (rcv_len != b[6])) return -EREMOTEIO;
223 return -EREMOTEIO;
/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c70 return -EREMOTEIO;
83 return -EREMOTEIO;
97 return -EREMOTEIO;
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c381 return -EREMOTEIO;
431 return -EREMOTEIO;
1177 return -EREMOTEIO;
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-i2c.c827 return i == num ? num : -EREMOTEIO;
/linux-master/drivers/usb/host/
H A Disp116x.h241 /* DataUnder */ -EREMOTEIO,

Completed in 309 milliseconds

1234567891011