Searched refs:SetupPacket (Results 1 – 2 of 2) sorted by relevance
469 } SetupPacket; member491 } SetupPacket; member663 WINUSB_SETUP_PACKET SetupPacket,
922 cd_buf_short.req.SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()923 cd_buf_short.req.SetupPacket.bRequest = USB_REQUEST_GET_DESCRIPTOR; in cache_config_descriptors()924 cd_buf_short.req.SetupPacket.wValue = (USB_CONFIGURATION_DESCRIPTOR_TYPE << 8) | i; in cache_config_descriptors()925 cd_buf_short.req.SetupPacket.wIndex = 0; in cache_config_descriptors()926 cd_buf_short.req.SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()951 cd_buf_actual->SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()952 cd_buf_actual->SetupPacket.bRequest = USB_REQUEST_GET_DESCRIPTOR; in cache_config_descriptors()953 cd_buf_actual->SetupPacket.wValue = (USB_CONFIGURATION_DESCRIPTOR_TYPE << 8) | i; in cache_config_descriptors()954 cd_buf_actual->SetupPacket.wIndex = 0; in cache_config_descriptors()955 cd_buf_actual->SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()