USB_DESCRIPTOR_REQUEST 1013 third_party/libusb/src/libusb/os/windows_usb.c cd_buf_short.req.SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); USB_DESCRIPTOR_REQUEST 1028 third_party/libusb/src/libusb/os/windows_usb.c size = sizeof(USB_DESCRIPTOR_REQUEST) + cd_buf_short.data.wTotalLength; USB_DESCRIPTOR_REQUEST 1041 third_party/libusb/src/libusb/os/windows_usb.c cd_buf_actual->SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); USB_DESCRIPTOR_REQUEST 1049 third_party/libusb/src/libusb/os/windows_usb.c cd_data = (PUSB_CONFIGURATION_DESCRIPTOR)((UCHAR*)cd_buf_actual+sizeof(USB_DESCRIPTOR_REQUEST));