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

/external/libusb/libusb/
H A Ddescriptor.c158 (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) ||
H A Dlibusb.h253 LIBUSB_DT_CONFIG = 0x02, enumerator in enum:libusb_descriptor_type
648 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG
/external/libusb/libusb/os/
H A Dlinux_usbfs.c714 if (config.bDescriptorType != LIBUSB_DT_CONFIG) {
729 int next = seek_to_next_descriptor(ctx, LIBUSB_DT_CONFIG,
H A Dwindows_winusb.h345 #define USB_CONFIGURATION_DESCRIPTOR_TYPE LIBUSB_DT_CONFIG
H A Dwindows_winusb.c3056 cd->bDescriptorType = LIBUSB_DT_CONFIG;
3243 case LIBUSB_DT_CONFIG:
3244 usbi_dbg("LIBUSB_DT_CONFIG");
/external/libusb/include/libusb/
H A Dlibusb.h253 LIBUSB_DT_CONFIG = 0x02, enumerator in enum:libusb_descriptor_type
648 * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG

Completed in 167 milliseconds