OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_ERROR_PIPE
(Results
1 - 4
of
4
) sorted by null
/external/libusb/libusb/
sync.c
67
* \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
libusb.h
626
LIBUSB_ERROR_PIPE
= -9,
[
all
...]
/external/libusb-compat/libusb/
core.c
83
case
LIBUSB_ERROR_PIPE
:
/external/libusb/libusb/os/
darwin_usb.c
101
return
LIBUSB_ERROR_PIPE
;
[
all
...]
Completed in 1201 milliseconds