Searched refs:LIBUSB_ERROR_PIPE (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c85 * \returns LIBUSB_ERROR_PIPE if the control request was not supported by the
136 r = LIBUSB_ERROR_PIPE;
190 r = LIBUSB_ERROR_PIPE;
246 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
295 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
H A Dcore.c2203 case LIBUSB_ERROR_PIPE:
2204 return "LIBUSB_ERROR_PIPE";
H A Ddescriptor.c916 if (r != LIBUSB_ERROR_PIPE)
H A Dlibusb.h1086 LIBUSB_ERROR_PIPE = -9, enumerator in enum:libusb_error
/external/libusb/libusb/
H A Dsync.c67 * \returns LIBUSB_ERROR_PIPE if the control request was not supported by the
130 r = LIBUSB_ERROR_PIPE;
197 r = LIBUSB_ERROR_PIPE;
249 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
298 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
H A Dlibusb.h626 LIBUSB_ERROR_PIPE = -9, enumerator in enum:libusb_error
/external/libusb-compat/libusb/
H A Dcore.c83 case LIBUSB_ERROR_PIPE:
/external/libusb/libusb/os/
H A Ddarwin_usb.c101 return LIBUSB_ERROR_PIPE;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c122 return LIBUSB_ERROR_PIPE;

Completed in 164 milliseconds