Searched refs:LIBUSB_DT_ENDPOINT (Results 1 - 6 of 6) sorted by relevance

/external/libusb/libusb/
H A Ddescriptor.c96 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) ||
H A Dlibusb.h124 LIBUSB_DT_ENDPOINT = 0x05, enumerator in enum:libusb_descriptor_type
362 * \ref libusb_descriptor_type::LIBUSB_DT_ENDPOINT LIBUSB_DT_ENDPOINT in
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c116 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) ||
H A Dlibusb.h268 LIBUSB_DT_ENDPOINT = 0x05, enumerator in enum:libusb_descriptor_type
539 * \ref libusb_descriptor_type::LIBUSB_DT_ENDPOINT LIBUSB_DT_ENDPOINT in
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h338 #define USB_ENDPOINT_DESCRIPTOR_TYPE LIBUSB_DT_ENDPOINT
H A Dwindows_usb.c3242 ed->bDescriptorType = LIBUSB_DT_ENDPOINT;
3252 ed->bDescriptorType = LIBUSB_DT_ENDPOINT;

Completed in 58 milliseconds