Searched refs:EILSEQ (Results 26 - 50 of 168) sorted by relevance

1234567

/linux-master/drivers/bluetooth/
H A Dbtsdio.c127 return -EILSEQ;
265 return -EILSEQ;
H A Dbfusb.c281 return -EILSEQ;
291 return -EILSEQ;
301 return -EILSEQ;
H A Dbtqcomsmd.c88 ret = -EILSEQ;
/linux-master/drivers/mmc/host/
H A Dbcm2835.c438 host->data->error = -EILSEQ;
631 cmd->error = -EILSEQ;
768 host->cmd->error = -EILSEQ;
864 host->cmd->error = -EILSEQ;
868 host->mrq->data->error = -EILSEQ;
870 host->cmd->error = -EILSEQ;
888 host->data->error = -EILSEQ;
1195 mrq->cmd->error = -EILSEQ;
H A Dmmc_spi.c300 value = -EILSEQ; /* Illegal byte sequence */
639 status = -EILSEQ;
756 return -EILSEQ;
951 if (mrq->data->error == -EILSEQ && crc_retry) {
H A Dowl-mmc.c259 cmd->error = -EILSEQ;
265 cmd->error = -EILSEQ;
H A Dwbsd.c304 cmd->error = -EILSEQ;
324 cmd->error = -EILSEQ;
385 cmd->error = -EILSEQ;
1086 data->error = -EILSEQ;
H A Dsunplus-mmc.c548 ret = -EILSEQ;
555 ret = -EILSEQ;
561 ret = -EILSEQ;
/linux-master/drivers/input/rmi4/
H A Drmi_f34.c270 ret = -EILSEQ;
280 ret = -EILSEQ;
286 ret = -EILSEQ;
/linux-master/net/caif/
H A Dcffrml.c118 return -EILSEQ;
/linux-master/drivers/greybus/
H A Doperation.c125 * The result value -EILSEQ is reserved to signal an implementation
129 * and -EILSEQ is used instead. Similarly, the only valid result
131 * Attempts to do otherwise will also record a (successful) -EILSEQ
152 operation->errno = -EILSEQ;
166 * and the result code is set to -EILSEQ instead.
169 result = -EILSEQ; /* Nobody should be setting -EBADR */
426 return -EILSEQ;
458 case -EILSEQ:
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h141 {-EILSEQ, "CRC/Timeout"},
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-rx.c76 return -EILSEQ;
H A Dmcp251xfd-tef.c52 return -EILSEQ;
/linux-master/arch/powerpc/kernel/
H A Doptprobes.c165 return -EILSEQ;
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c190 return -EILSEQ;
/linux-master/arch/loongarch/kernel/
H A Dkprobes.c32 return -EILSEQ;
/linux-master/lib/
H A Derrname.c59 E(EILSEQ),
/linux-master/drivers/memory/
H A Drenesas-rpc-if.c240 return -EILSEQ;
246 return -EILSEQ;
275 return -EILSEQ;
280 return -EILSEQ;
/linux-master/drivers/mmc/core/
H A Dcore.c89 -EILSEQ,
147 (err == -EILSEQ || (mrq->sbc && mrq->sbc->error == -EILSEQ) ||
148 (mrq->data && mrq->data->error == -EILSEQ) ||
149 (mrq->stop && mrq->stop->error == -EILSEQ)))
486 if ((mrq->cmd && mrq->cmd->error == -EILSEQ) ||
487 (mrq->data && mrq->data->error == -EILSEQ))
/linux-master/drivers/usb/host/
H A Disp116x.h233 /* CRC Error */ -EILSEQ,
235 /* Data Togg */ -EILSEQ,
H A Dohci.h167 /* CRC Error */ -EILSEQ,
169 /* Data Togg */ -EILSEQ,
/linux-master/arch/csky/kernel/probes/
H A Dkprobes.c83 return -EILSEQ;
/linux-master/arch/sparc/kernel/
H A Dkprobes.c53 return -EILSEQ;
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-remove.c93 return -EILSEQ;
202 return -EILSEQ;
434 return -EILSEQ;

Completed in 227 milliseconds

1234567