Searched refs:LIBUSB_ERROR_NOT_FOUND (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dstrerror.c136 * \returns LIBUSB_ERROR_NOT_FOUND if the requested language is not supported
153 return LIBUSB_ERROR_NOT_FOUND;
H A Dcore.c884 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
903 return LIBUSB_ERROR_NOT_FOUND;
933 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
954 return LIBUSB_ERROR_NOT_FOUND;
1410 * \returns LIBUSB_ERROR_NOT_FOUND if the requested configuration does not exist
1444 * \returns LIBUSB_ERROR_NOT_FOUND if the requested interface does not exist
1490 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed
1506 r = LIBUSB_ERROR_NOT_FOUND;
1535 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed, or the
1556 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddescriptor.c570 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
618 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
634 return LIBUSB_ERROR_NOT_FOUND;
702 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
725 return LIBUSB_ERROR_NOT_FOUND;
758 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
795 return LIBUSB_ERROR_NOT_FOUND;
899 * \returns LIBUSB_ERROR_NOT_FOUND if the device doesn't have a BOS descriptor
H A Dio.c1482 * \returns LIBUSB_ERROR_NOT_FOUND if the transfer is already complete or
1496 if (r != LIBUSB_ERROR_NOT_FOUND &&
H A Dlibusb.h1074 LIBUSB_ERROR_NOT_FOUND = -5, enumerator in enum:libusb_error
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h89 if (ret_on_failure) { return LIBUSB_ERROR_NOT_FOUND; } \
102 return LIBUSB_ERROR_NOT_FOUND; \
H A Dlinux_usbfs.c661 return LIBUSB_ERROR_NOT_FOUND;
683 return LIBUSB_ERROR_NOT_FOUND;
709 if (next == LIBUSB_ERROR_NOT_FOUND)
780 return LIBUSB_ERROR_NOT_FOUND;
1335 return LIBUSB_ERROR_NOT_FOUND;
1357 return LIBUSB_ERROR_NOT_FOUND;
1397 return LIBUSB_ERROR_NOT_FOUND;
1417 return LIBUSB_ERROR_NOT_FOUND;
1449 ret = LIBUSB_ERROR_NOT_FOUND;
1473 ret = LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Dwindows_usb.c753 r = LIBUSB_ERROR_NOT_FOUND;
853 return LIBUSB_ERROR_NOT_FOUND;
1088 return LIBUSB_ERROR_NOT_FOUND;
1094 return LIBUSB_ERROR_NOT_FOUND;
1112 return LIBUSB_ERROR_NOT_FOUND;
1760 return LIBUSB_ERROR_NOT_FOUND;
1779 return LIBUSB_ERROR_NOT_FOUND;
1811 return LIBUSB_ERROR_NOT_FOUND;
2152 return LIBUSB_ERROR_NOT_FOUND;
2522 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddarwin_usb.c486 return LIBUSB_ERROR_NOT_FOUND;
494 return LIBUSB_ERROR_NOT_FOUND;
1174 return LIBUSB_ERROR_NOT_FOUND;
1191 return LIBUSB_ERROR_NOT_FOUND;
1314 return LIBUSB_ERROR_NOT_FOUND;
1371 return LIBUSB_ERROR_NOT_FOUND;
1445 return LIBUSB_ERROR_NOT_FOUND;
1528 return LIBUSB_ERROR_NOT_FOUND;
1617 return LIBUSB_ERROR_NOT_FOUND;
1676 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Dwince_usb.c856 return LIBUSB_ERROR_NOT_FOUND;
/external/libusb/libusb/os/
H A Dlinux_usbfs.c339 return LIBUSB_ERROR_NOT_FOUND; /* device is unconfigured */
434 return LIBUSB_ERROR_NOT_FOUND;
455 return LIBUSB_ERROR_NOT_FOUND;
502 r = LIBUSB_ERROR_NOT_FOUND;
608 return LIBUSB_ERROR_NOT_FOUND;
1103 return LIBUSB_ERROR_NOT_FOUND;
1137 return LIBUSB_ERROR_NOT_FOUND;
1177 return LIBUSB_ERROR_NOT_FOUND;
1197 return LIBUSB_ERROR_NOT_FOUND;
1215 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddarwin_usb.c867 return LIBUSB_ERROR_NOT_FOUND;
880 return LIBUSB_ERROR_NOT_FOUND;
1006 return LIBUSB_ERROR_NOT_FOUND;
1091 return LIBUSB_ERROR_NOT_FOUND;
1156 return LIBUSB_ERROR_NOT_FOUND;
1264 return LIBUSB_ERROR_NOT_FOUND;
/external/libusb/libusb/
H A Dcore.c712 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
731 return LIBUSB_ERROR_NOT_FOUND;
761 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
782 return LIBUSB_ERROR_NOT_FOUND;
1156 * \returns LIBUSB_ERROR_NOT_FOUND if the requested configuration does not exist
1186 * \returns LIBUSB_ERROR_NOT_FOUND if the requested interface does not exist
1225 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed
1240 r = LIBUSB_ERROR_NOT_FOUND;
1269 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed, or the
1285 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddescriptor.c464 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
528 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
544 return LIBUSB_ERROR_NOT_FOUND;
627 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
640 return LIBUSB_ERROR_NOT_FOUND;
H A Dlibusb.h614 LIBUSB_ERROR_NOT_FOUND = -5, enumerator in enum:libusb_error
/external/libusb-compat/libusb/
H A Dcore.c75 case LIBUSB_ERROR_NOT_FOUND:

Completed in 180 milliseconds