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

  /external/libusb/libusb/
descriptor.c 125 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
236 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
261 ((header.bDescriptorType == LIBUSB_DT_CONFIG) ||
382 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
libusb.h 115 LIBUSB_DT_CONFIG = 0x02,
474 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 157 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
300 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
393 if (config->bDescriptorType != LIBUSB_DT_CONFIG) {
395 config->bDescriptorType, LIBUSB_DT_CONFIG);
452 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
    [all...]
libusb.h 259 LIBUSB_DT_CONFIG = 0x02,
651 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 674 if (config.bDescriptorType != LIBUSB_DT_CONFIG) {
689 int next = seek_to_next_descriptor(ctx, LIBUSB_DT_CONFIG,
    [all...]
windows_usb.h 335 #define USB_CONFIGURATION_DESCRIPTOR_TYPE LIBUSB_DT_CONFIG
windows_usb.c     [all...]

Completed in 1221 milliseconds