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

  /external/libusb/libusb/
descriptor.c 158 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
298 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
387 if (config->bDescriptorType != LIBUSB_DT_CONFIG) {
389 config->bDescriptorType, LIBUSB_DT_CONFIG);
444 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
    [all...]
libusb.h 253 LIBUSB_DT_CONFIG = 0x02,
648 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 714 if (config.bDescriptorType != LIBUSB_DT_CONFIG) {
729 int next = seek_to_next_descriptor(ctx, LIBUSB_DT_CONFIG,
    [all...]
windows_winusb.h 345 #define USB_CONFIGURATION_DESCRIPTOR_TYPE LIBUSB_DT_CONFIG
windows_winusb.c     [all...]

Completed in 171 milliseconds