Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_CONFIG (Results 1 – 4 of 4) sorted by relevance

/third_party/libusb/libusb/
Ddescriptor.c139 header->bDescriptorType == LIBUSB_DT_CONFIG || in parse_endpoint()
269 header->bDescriptorType == LIBUSB_DT_CONFIG || in parse_interface()
362 if (config->bDescriptorType != LIBUSB_DT_CONFIG) { in parse_configuration()
364 config->bDescriptorType, LIBUSB_DT_CONFIG); in parse_configuration()
413 header->bDescriptorType == LIBUSB_DT_CONFIG || in parse_configuration()
Dlibusb.h251 LIBUSB_DT_CONFIG = 0x02, enumerator
/third_party/libusb/libusb/os/
Dwindows_winusb.c721 cd_buf_short.req.SetupPacket.wValue = (LIBUSB_DT_CONFIG << 8) | i; in cache_config_descriptors()
750 cd_buf_actual->SetupPacket.wValue = (LIBUSB_DT_CONFIG << 8) | i; in cache_config_descriptors()
767 if (cd_data->bDescriptorType != LIBUSB_DT_CONFIG) { in cache_config_descriptors()
791 LIBUSB_DT_CONFIG, // bDescriptorType
3252 cd->bDescriptorType = LIBUSB_DT_CONFIG; in _hid_get_config_descriptor()
3444 case LIBUSB_DT_CONFIG: in _hid_get_descriptor()
Dlinux_usbfs.c653 if (header->bDescriptorType == LIBUSB_DT_CONFIG) in seek_to_next_config()
704 if (config_desc->bDescriptorType != LIBUSB_DT_CONFIG) { in parse_config_descriptors()