Searched defs:pSetupIn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp1434 const VUSBSETUP *pSetupIn = (PVUSBSETUP)pvBuf; local
1467 if (pExtra->cbMax < cbBuf + pSetupIn->wLength)
1469 uint32_t cbReq = RT_ALIGN_32(cbBuf + pSetupIn->wLength, 1024);
1493 pSetup->bmRequestType = pSetupIn->bmRequestType;
1494 pSetup->bRequest = pSetupIn->bRequest;
1495 pSetup->wValue = RT_LE2H_U16(pSetupIn->wValue);
1496 pSetup->wIndex = RT_LE2H_U16(pSetupIn->wIndex);
1497 pSetup->wLength = RT_LE2H_U16(pSetupIn->wLength);

Completed in 66 milliseconds