Searched refs:EILSEQ (Results 76 - 100 of 168) sorted by relevance

1234567

/linux-master/drivers/of/
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/hid/usbhid/
H A Dhid-core.c309 case -EILSEQ: /* protocol error or unplug */
438 case -EILSEQ: /* protocol error or unplug */
490 case -EILSEQ: /* protocol error or unplug */
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c500 err = -EILSEQ;
H A Dhci_ll.c467 err = -EILSEQ;
/linux-master/tools/usb/
H A Dffs-test.c568 errno = EILSEQ;
/linux-master/drivers/memstick/host/
H A Dtifm_ms.c433 host->req->error = -EILSEQ;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-vbi.c51 case -EILSEQ:
/linux-master/drivers/mmc/host/
H A Dtoshsd.c313 error = -EILSEQ;
H A Dcb710-mmc.c421 cmd->error = -EILSEQ;
H A Dlitex_mmc.c118 return -EILSEQ;
H A Dtifm_sd.c520 cmd_error = -EILSEQ;
526 cmd->data->error = -EILSEQ;
H A Dau1xmmc.c344 data->error = -EILSEQ;
558 cmd->error = -EILSEQ;
H A Dvia-sdmmc.c848 host->cmd->error = -EILSEQ;
866 host->data->error = -EILSEQ;
H A Ddavinci_mmc.c943 data->error = -EILSEQ;
984 host->cmd->error = -EILSEQ;
H A Dsdhci.c3301 host->cmd->error = -EILSEQ;
3324 -EILSEQ;
3439 host->data->error = -EILSEQ;
3445 host->data->error = -EILSEQ;
3973 *cmd_error = -EILSEQ;
3983 *data_error = -EILSEQ;
/linux-master/drivers/hid/
H A Dhid-playstation.c770 return -EILSEQ;
1336 return -EILSEQ;
1800 ret = -EILSEQ;
2206 return -EILSEQ;
/linux-master/drivers/pci/
H A Dvpd.c539 return csum ? -EILSEQ : 0;
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c889 return -EILSEQ;
1611 return -EILSEQ;
1672 return -EILSEQ;
1927 ret = -EILSEQ;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c787 [-VERR_NO_TRANSLATION] = -EILSEQ,
/linux-master/net/wireless/
H A Dutil.c1847 return -EILSEQ;
1850 return -EILSEQ;
1895 return -EILSEQ;
1926 return -EILSEQ;
/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/media/rc/
H A Dmceusb.c875 case -EILSEQ:
1388 case -EILSEQ:
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.c56 return -EILSEQ;
106 return -EILSEQ;
/linux-master/drivers/md/
H A Ddm-era-target.c242 return -EILSEQ;
251 return -EILSEQ;
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dmain.c68 ret = -EILSEQ;
107 ret = -EILSEQ;

Completed in 229 milliseconds

1234567