Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_usbdk.h112 PUSB_CONFIGURATION_DESCRIPTOR *Descriptor,
116 PUSB_CONFIGURATION_DESCRIPTOR Descriptor
Dwindows_nt_common.h43 } USB_CONFIGURATION_DESCRIPTOR, *PUSB_CONFIGURATION_DESCRIPTOR; typedef
Dwindows_usbdk.c73 PUSB_CONFIGURATION_DESCRIPTOR *config_descriptors;
263 …riptors = calloc(info->DeviceDescriptor.bNumConfigurations, sizeof(PUSB_CONFIGURATION_DESCRIPTOR)); in usbdk_cache_config_descriptors()
396 PUSB_CONFIGURATION_DESCRIPTOR config_header; in usbdk_get_config_descriptor()
402 config_header = (PUSB_CONFIGURATION_DESCRIPTOR)priv->config_descriptors[config_index]; in usbdk_get_config_descriptor()
Dwindows_winusb.c898 PUSB_CONFIGURATION_DESCRIPTOR cd_data = NULL; in cache_config_descriptors()
963 …cd_data = (PUSB_CONFIGURATION_DESCRIPTOR)((UCHAR *)cd_buf_actual + sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()
1701 PUSB_CONFIGURATION_DESCRIPTOR config_header; in windows_get_config_descriptor()
1711 config_header = (PUSB_CONFIGURATION_DESCRIPTOR)priv->config_descriptor[config_index]; in windows_get_config_descriptor()
1724 PUSB_CONFIGURATION_DESCRIPTOR config_header; in windows_get_config_descriptor_by_value()
1734 config_header = (PUSB_CONFIGURATION_DESCRIPTOR)priv->config_descriptor[index]; in windows_get_config_descriptor_by_value()