HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_INTERFACE (Results 1 - 6 of 6) sorted by null

  /external/libusb/libusb/
descriptor.c 124 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
234 if ((header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
305 ifp->bDescriptorType != LIBUSB_DT_INTERFACE ||
381 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
libusb.h 121 LIBUSB_DT_INTERFACE = 0x04,
412 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 156 (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) ||
    [all...]
libusb.h 265 LIBUSB_DT_INTERFACE = 0x04,
589 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 337 #define USB_INTERFACE_DESCRIPTOR_TYPE LIBUSB_DT_INTERFACE
windows_usb.c     [all...]

Completed in 73 milliseconds