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

  /external/libusb/libusb/
descriptor.c 157 (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) ||
    [all...]
libusb.h 259 LIBUSB_DT_INTERFACE = 0x04,
586 * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE
    [all...]
  /external/libusb/libusb/os/
windows_winusb.h 347 #define USB_INTERFACE_DESCRIPTOR_TYPE LIBUSB_DT_INTERFACE
windows_winusb.c     [all...]

Completed in 94 milliseconds