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

/external/libusb/libusb/
H A Ddescriptor.c157 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
242 if (ifp->bDescriptorType != LIBUSB_DT_INTERFACE) {
244 ifp->bDescriptorType, LIBUSB_DT_INTERFACE);
296 if ((header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
348 ifp->bDescriptorType != LIBUSB_DT_INTERFACE ||
443 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
H A Dlibusb.h259 LIBUSB_DT_INTERFACE = 0x04, enumerator in enum:libusb_descriptor_type
586 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
/external/libusb/include/libusb/
H A Dlibusb.h259 LIBUSB_DT_INTERFACE = 0x04, enumerator in enum:libusb_descriptor_type
586 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
/external/libusb/libusb/os/
H A Dwindows_winusb.h347 #define USB_INTERFACE_DESCRIPTOR_TYPE LIBUSB_DT_INTERFACE
H A Dwindows_winusb.c3065 id->bDescriptorType = LIBUSB_DT_INTERFACE;

Completed in 188 milliseconds