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

/external/libusb/libusb/
H A Ddescriptor.c124 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
234 if ((header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
305 ifp->bDescriptorType != LIBUSB_DT_INTERFACE ||
381 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
H A Dlibusb.h121 LIBUSB_DT_INTERFACE = 0x04, enumerator in enum:libusb_descriptor_type
412 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c156 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
244 if (ifp->bDescriptorType != LIBUSB_DT_INTERFACE) {
246 ifp->bDescriptorType, LIBUSB_DT_INTERFACE);
298 if ((header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
352 ifp->bDescriptorType != LIBUSB_DT_INTERFACE ||
451 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
H A Dlibusb.h265 LIBUSB_DT_INTERFACE = 0x04, enumerator in enum:libusb_descriptor_type
589 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h337 #define USB_INTERFACE_DESCRIPTOR_TYPE LIBUSB_DT_INTERFACE
H A Dwindows_usb.c3228 id->bDescriptorType = LIBUSB_DT_INTERFACE;

Completed in 219 milliseconds