Searched refs:wTotalLength (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb100.h79 USHORT wTotalLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb100.h79 USHORT wTotalLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/include/VBox/
H A Dusb.h236 uint16_t wTotalLength; member in struct:USBCONFIGDESC
H A Dvusb.h166 uint16_t wTotalLength; /**< recalculated by VUSB when involved in URB. */ member in struct:VUSBDESCCONFIG
262 uint16_t wTotalLength; member in struct:VUSBDESCBOS
332 * @remark The wTotalLength member is recalculated before the data is passed to the guest. */
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp524 if (pCfgDr->wTotalLength < sizeof (USB_CONFIGURATION_DESCRIPTOR))
530 DWORD cbRq = sizeof (USB_DESCRIPTOR_REQUEST) + pCfgDr->wTotalLength;
561 if (pDr->wTotalLength != cbRq - sizeof (USB_DESCRIPTOR_REQUEST))
690 PUCHAR pEnd = pCur + pCfgDr->wTotalLength;
/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp352 uint16_t wTotalLength; member in struct:cfg_desc
360 WORD_FIELD(struct cfg_desc, wTotalLength);
482 uint16_t wTotalLength; member in struct:oth_cfg_desc
490 WORD_FIELD(struct oth_cfg_desc, wTotalLength);
H A DUSBProxyDevice.cpp433 tot_len = RT_LE2H_U16(cfg->wTotalLength);
465 out->Core.wTotalLength = 0; /* Auto Calculated */
H A DVUSBDevice.cpp724 * Make a copy of the config descriptor and calculate the wTotalLength field.
745 CfgDesc.wTotalLength = RT_H2LE_U16(cbTotal);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp320 USHORT uTotalLength = pDr->wTotalLength;

Completed in 74 milliseconds