Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c695 PUSB_CONFIGURATION_DESCRIPTOR cd_data; in cache_config_descriptors() local
760 cd_data = (PUSB_CONFIGURATION_DESCRIPTOR)((UCHAR *)cd_buf_actual + USB_DESCRIPTOR_REQUEST_SIZE); in cache_config_descriptors()
762 if ((size != ret_size) || (cd_data->wTotalLength != cd_buf_short.desc.wTotalLength)) { in cache_config_descriptors()
767 if (cd_data->bDescriptorType != LIBUSB_DT_CONFIG) { in cache_config_descriptors()
773 i, cd_data->bConfigurationValue, cd_data->wTotalLength); in cache_config_descriptors()
776 priv->config_descriptor[i] = cd_data; in cache_config_descriptors()