Searched refs:LIBUSB_DT_CONFIG (Results 1 - 7 of 7) sorted by relevance

/external/libusb/libusb/
H A Ddescriptor.c125 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
236 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
261 ((header.bDescriptorType == LIBUSB_DT_CONFIG) ||
382 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
H A Dlibusb.h115 LIBUSB_DT_CONFIG = 0x02, enumerator in enum:libusb_descriptor_type
474 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c157 (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) ||
H A Dlibusb.h259 LIBUSB_DT_CONFIG = 0x02, enumerator in enum:libusb_descriptor_type
651 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c692 if (config.bDescriptorType != LIBUSB_DT_CONFIG) {
707 int next = seek_to_next_descriptor(ctx, LIBUSB_DT_CONFIG,
H A Dwindows_usb.h335 #define USB_CONFIGURATION_DESCRIPTOR_TYPE LIBUSB_DT_CONFIG
H A Dwindows_usb.c3219 cd->bDescriptorType = LIBUSB_DT_CONFIG;
3407 case LIBUSB_DT_CONFIG:
3408 usbi_dbg("LIBUSB_DT_CONFIG");

Completed in 216 milliseconds