HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_ERROR_PIPE (Results 1 - 7 of 7) sorted by null

  /external/libusb/libusb/
sync.c 86 * \returns LIBUSB_ERROR_PIPE if the control request was not supported by the
144 r = LIBUSB_ERROR_PIPE;
204 r = LIBUSB_ERROR_PIPE;
262 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
314 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
core.c     [all...]
descriptor.c 908 if (r != LIBUSB_ERROR_PIPE)
    [all...]
libusb.h     [all...]
  /external/libusb/examples/
xusb.c 357 if (r == LIBUSB_ERROR_PIPE) {
361 } while ((r == LIBUSB_ERROR_PIPE) && (i<RETRY_MAX));
381 if (r == LIBUSB_ERROR_PIPE) {
385 } while ((r == LIBUSB_ERROR_PIPE) && (i<RETRY_MAX));
649 case LIBUSB_ERROR_PIPE:
680 case LIBUSB_ERROR_PIPE:
    [all...]
  /external/libusb-compat/libusb/
core.c 83 case LIBUSB_ERROR_PIPE:
  /external/libusb/libusb/os/
darwin_usb.c 144 return LIBUSB_ERROR_PIPE;
    [all...]

Completed in 532 milliseconds