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

/external/libusb/libusb/
H A Dstrerror.c154 * \returns LIBUSB_ERROR_NOT_FOUND if the requested language is not supported
171 return LIBUSB_ERROR_NOT_FOUND;
H A Dcore.c1044 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
1063 r = LIBUSB_ERROR_NOT_FOUND;
1097 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
1118 r = LIBUSB_ERROR_NOT_FOUND;
1560 * \returns LIBUSB_ERROR_NOT_FOUND if the requested configuration does not exist
1594 * \returns LIBUSB_ERROR_NOT_FOUND if the requested interface does not exist
1640 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed
1656 r = LIBUSB_ERROR_NOT_FOUND;
1685 * \returns LIBUSB_ERROR_NOT_FOUND if the interface was not claimed, or the
1706 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddescriptor.c562 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
610 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
626 return LIBUSB_ERROR_NOT_FOUND;
694 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
717 return LIBUSB_ERROR_NOT_FOUND;
750 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
787 return LIBUSB_ERROR_NOT_FOUND;
891 * \returns LIBUSB_ERROR_NOT_FOUND if the device doesn't have a BOS descriptor
H A Dio.c1556 * \returns LIBUSB_ERROR_NOT_FOUND if the transfer is not in progress,
1570 r = LIBUSB_ERROR_NOT_FOUND;
1575 if (r != LIBUSB_ERROR_NOT_FOUND &&
H A Dlibusb.h1071 LIBUSB_ERROR_NOT_FOUND = -5, enumerator in enum:libusb_error
/external/libusb/libusb/os/
H A Dlinux_usbfs.c683 return LIBUSB_ERROR_NOT_FOUND;
705 return LIBUSB_ERROR_NOT_FOUND;
731 if (next == LIBUSB_ERROR_NOT_FOUND)
802 return LIBUSB_ERROR_NOT_FOUND;
1364 return LIBUSB_ERROR_NOT_FOUND;
1386 return LIBUSB_ERROR_NOT_FOUND;
1426 return LIBUSB_ERROR_NOT_FOUND;
1446 return LIBUSB_ERROR_NOT_FOUND;
1478 ret = LIBUSB_ERROR_NOT_FOUND;
1502 ret = LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Dwindows_winusb.c511 return LIBUSB_ERROR_NOT_FOUND;
623 r = LIBUSB_ERROR_NOT_FOUND;
1004 return LIBUSB_ERROR_NOT_FOUND;
1011 return LIBUSB_ERROR_NOT_FOUND;
1039 return LIBUSB_ERROR_NOT_FOUND;
1709 return LIBUSB_ERROR_NOT_FOUND;
1731 return LIBUSB_ERROR_NOT_FOUND;
1741 return LIBUSB_ERROR_NOT_FOUND;
1754 return LIBUSB_ERROR_NOT_FOUND;
1791 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Ddarwin_usb.c208 return LIBUSB_ERROR_NOT_FOUND;
593 return LIBUSB_ERROR_NOT_FOUND;
601 return LIBUSB_ERROR_NOT_FOUND;
1306 return LIBUSB_ERROR_NOT_FOUND;
1323 return LIBUSB_ERROR_NOT_FOUND;
1444 return LIBUSB_ERROR_NOT_FOUND;
1499 return LIBUSB_ERROR_NOT_FOUND;
1572 return LIBUSB_ERROR_NOT_FOUND;
1628 return LIBUSB_ERROR_NOT_FOUND;
1684 return LIBUSB_ERROR_NOT_FOUND;
[all...]
H A Dhaiku_usb_backend.cpp275 if(config_index == LIBUSB_ERROR_BUSY || config_index == LIBUSB_ERROR_NOT_FOUND)
390 return LIBUSB_ERROR_NOT_FOUND;
407 return LIBUSB_ERROR_NOT_FOUND;
H A Dwindows_common.h133 return LIBUSB_ERROR_NOT_FOUND; \
H A Dwindows_nt_common.c581 r = LIBUSB_ERROR_NOT_FOUND;
H A Dsunos_usb.c777 return (LIBUSB_ERROR_NOT_FOUND);
938 return (LIBUSB_ERROR_NOT_FOUND);
H A Dwindows_usbdk.c136 return LIBUSB_ERROR_NOT_FOUND;
196 return LIBUSB_ERROR_NOT_FOUND;
H A Dwince_usb.c806 r = LIBUSB_ERROR_NOT_FOUND;
/external/libusb/examples/
H A Dxusb.c646 case LIBUSB_ERROR_NOT_FOUND:
/external/libusb/include/libusb/
H A Dlibusb.h1071 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 128 milliseconds