OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_DT_ENDPOINT
(Results
1 - 6
of
6
) sorted by null
/external/libusb/libusb/
descriptor.c
96
if (header.bDescriptorType !=
LIBUSB_DT_ENDPOINT
) {
98
header.bDescriptorType,
LIBUSB_DT_ENDPOINT
);
123
if ((header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
235
(header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
380
if ((header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
libusb.h
124
LIBUSB_DT_ENDPOINT
= 0x05,
362
* \ref libusb_descriptor_type::
LIBUSB_DT_ENDPOINT
LIBUSB_DT_ENDPOINT
in
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
116
if (header.bDescriptorType !=
LIBUSB_DT_ENDPOINT
) {
118
header.bDescriptorType,
LIBUSB_DT_ENDPOINT
);
155
if ((header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
299
(header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
450
if ((header.bDescriptorType ==
LIBUSB_DT_ENDPOINT
) ||
[
all
...]
libusb.h
268
LIBUSB_DT_ENDPOINT
= 0x05,
539
* \ref libusb_descriptor_type::
LIBUSB_DT_ENDPOINT
LIBUSB_DT_ENDPOINT
in
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h
338
#define USB_ENDPOINT_DESCRIPTOR_TYPE
LIBUSB_DT_ENDPOINT
windows_usb.c
[
all
...]
Completed in 37 milliseconds