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

/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp328 PVUSBDESCENDPOINTEX cur_ep; local
376 cur_ep = *ed;
380 cur_if->paEndpoints = cur_ep;
385 memcpy(cur_ep, epd, sizeof(cur_ep->Core));
388 AssertCompile(sizeof(cur_ep->Core) == VUSB_DT_ENDPOINT_MIN_LEN);
389 if (cur_ep->Core.bLength - VUSB_DT_ENDPOINT_MIN_LEN > 0)
390 cur_ep->pvMore = tmp + VUSB_DT_ENDPOINT_MIN_LEN;
392 cur_ep->pvMore = NULL;
394 cur_ep
[all...]

Completed in 733 milliseconds