Searched refs:EILSEQ (Results 1 - 25 of 168) sorted by last modified time

1234567

/linux-master/drivers/bluetooth/
H A Dbtusb.c1126 err = -EILSEQ;
1198 err = -EILSEQ;
1285 err = -EILSEQ;
2105 return -EILSEQ;
2579 return -EILSEQ;
3547 ret = -EILSEQ;
3766 err = -EILSEQ;
H A Dbtqca.c55 err = -EILSEQ;
62 err = -EILSEQ;
89 err = -EILSEQ;
122 err = -EILSEQ;
166 err = -EILSEQ;
173 err = -EILSEQ;
229 err = -EILSEQ;
428 err = -EILSEQ;
435 err = -EILSEQ;
/linux-master/drivers/usb/host/
H A Dxhci-ring.c2706 status = -EILSEQ;
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1635 status = -EILSEQ;
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c513 err = -EILSEQ;
/linux-master/drivers/mmc/host/
H A Domap.c781 host->data->error = -EILSEQ;
812 host->cmd->error = -EILSEQ;
H A Dsdhci-omap.c903 host->cmd->error = -EILSEQ;
H A Dwbsd.c304 cmd->error = -EILSEQ;
324 cmd->error = -EILSEQ;
385 cmd->error = -EILSEQ;
1086 data->error = -EILSEQ;
H A Dtmio_mmc_core.c528 data->error = -EILSEQ;
598 cmd->error = -EILSEQ;
604 if (host->data && (!cmd->error || cmd->error == -EILSEQ)) {
H A Dmxcmmc.c451 dev_err(mmc_dev(host->mmc), "%s: -EILSEQ\n", __func__);
452 data->error = -EILSEQ;
461 "%s: -EILSEQ\n", __func__);
462 data->error = -EILSEQ;
497 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 Dmvsdio.c286 cmd->error = -EILSEQ;
311 data->error = -EILSEQ;
345 data->stop->error = -EILSEQ;
H A Dmeson-mx-sdhc-mmc.c553 cmd->error = -EILSEQ;
559 cmd->data->error = -EILSEQ;
/linux-master/block/
H A Dblk-core.c161 [BLK_STS_PROTECTION] = { -EILSEQ, "protection" },
/linux-master/fs/vboxsf/
H A Dutils.c564 /* -EILSEQ means the host could not translate a filename, ignore */
565 if (err > 0 || err == -EILSEQ)
/linux-master/drivers/md/
H A Ddm-integrity.c378 if (err == -EILSEQ)
524 dm_integrity_io_error(ic, "superblock mac", -EILSEQ);
526 return -EILSEQ;
867 dm_integrity_io_error(ic, "journal mac", -EILSEQ);
1754 r = -EILSEQ;
2634 dm_integrity_io_error(ic, "tag mismatch when replaying journal", -EILSEQ);
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c797 return -EILSEQ;
/linux-master/drivers/of/
H A Dproperty.c432 * property does not have a value, and -EILSEQ if the string is not
450 return -EILSEQ;
484 return -EILSEQ;
522 return -EILSEQ;
H A Dunittest.c729 unittest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc);
737 unittest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc);
739 unittest(rc == -EILSEQ, "unterminated string array; rc=%i\n", rc);
758 unittest(rc == -EILSEQ && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc);
763 unittest(rc == -EILSEQ && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc);
772 unittest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc);
775 unittest(rc == -EILSEQ, "unterminated string array; rc=%i\n", rc);
/linux-master/drivers/greybus/
H A Des2.c763 case -EILSEQ:
/linux-master/drivers/reset/
H A Dcore.c1017 if (index == -EILSEQ)
/linux-master/arch/sparc/kernel/
H A Dkprobes.c53 return -EILSEQ;
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h116 return -EILSEQ;
167 return -EILSEQ;
194 return -EILSEQ;
230 return code->op == FETCH_OP_END ? ret : -EILSEQ;
H A Dtrace_kprobe.c968 if (ret == -EILSEQ)
H A Dtrace_fprobe.c1143 if (ret == -EILSEQ)

Completed in 367 milliseconds

1234567