Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c693 USB_CONFIGURATION_DESCRIPTOR_SHORT cd_buf_short; // dummy request in cache_config_descriptors() local
715 size = sizeof(cd_buf_short); in cache_config_descriptors()
716 memset(&cd_buf_short.desc, 0, sizeof(cd_buf_short.desc)); in cache_config_descriptors()
718 cd_buf_short.req.ConnectionIndex = (ULONG)dev->port_number; in cache_config_descriptors()
719 cd_buf_short.req.SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()
720 cd_buf_short.req.SetupPacket.bRequest = LIBUSB_REQUEST_GET_DESCRIPTOR; in cache_config_descriptors()
721 cd_buf_short.req.SetupPacket.wValue = (LIBUSB_DT_CONFIG << 8) | i; in cache_config_descriptors()
722 cd_buf_short.req.SetupPacket.wIndex = 0; in cache_config_descriptors()
723 cd_buf_short.req.SetupPacket.wLength = (USHORT)sizeof(USB_CONFIGURATION_DESCRIPTOR); in cache_config_descriptors()
728 …if (!DeviceIoControl(hub_handle, IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION, &cd_buf_short, siz… in cache_config_descriptors()
[all …]