Searched refs:EP (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c225 EPType = (UINT8) ((DEVICE_CONTEXT *)OutputContext)->EP[Dci-1].EPType;
227 EPType = (UINT8) ((DEVICE_CONTEXT_64 *)OutputContext)->EP[Dci-1].EPType;
1830 InputContext->EP[0].EPType = ED_CONTROL_BIDIR;
1833 InputContext->EP[0].MaxPacketSize = 512;
1835 InputContext->EP[0].MaxPacketSize = 64;
1837 InputContext->EP[0].MaxPacketSize = 8;
1843 InputContext->EP[0].AverageTRBLength = 8;
1844 InputContext->EP[0].MaxBurstSize = 0;
1845 InputContext->EP[0].Interval = 0;
1846 InputContext->EP[
[all...]
H A DXhciSched.h61 // Endpoint Type (EP Type).
739 ENDPOINT_CONTEXT EP[31]; member in struct:_DEVICE_CONTEXT
744 ENDPOINT_CONTEXT_64 EP[31]; member in struct:_DEVICE_CONTEXT_64
753 ENDPOINT_CONTEXT EP[31]; member in struct:_INPUT_CONTEXT
759 ENDPOINT_CONTEXT_64 EP[31]; member in struct:_INPUT_CONTEXT_64
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp480 pLoadReq->u.In.EP.VMMR0.pvVMMR0 = OpenReq.u.Out.pvImageBase;
481 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryInt = (RTR0PTR)VMMR0EntryInt;
482 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryFast= (RTR0PTR)VMMR0EntryFast;
483 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx = (RTR0PTR)VMMR0EntryEx;
488 pLoadReq->u.In.EP.Service.pfnServiceReq = (RTR0PTR)SrvReqHandler;
489 pLoadReq->u.In.EP.Service.apvReserved[0] = NIL_RTR0PTR;
490 pLoadReq->u.In.EP.Service.apvReserved[1] = NIL_RTR0PTR;
491 pLoadReq->u.In.EP.Service.apvReserved[2] = NIL_RTR0PTR;
H A DSUPDrv.cpp4567 rc = supdrvLdrValidatePointer( pDevExt, pImage, pReq->u.In.EP.VMMR0.pvVMMR0, false, pReq->u.In.abImage, "pvVMMR0");
4569 rc = supdrvLdrValidatePointer(pDevExt, pImage, pReq->u.In.EP.VMMR0.pvVMMR0EntryInt, false, pReq->u.In.abImage, "pvVMMR0EntryInt");
4571 rc = supdrvLdrValidatePointer(pDevExt, pImage, pReq->u.In.EP.VMMR0.pvVMMR0EntryFast, false, pReq->u.In.abImage, "pvVMMR0EntryFast");
4573 rc = supdrvLdrValidatePointer(pDevExt, pImage, pReq->u.In.EP.VMMR0.pvVMMR0EntryEx, false, pReq->u.In.abImage, "pvVMMR0EntryEx");
4579 rc = supdrvLdrValidatePointer(pDevExt, pImage, pReq->u.In.EP.Service.pfnServiceReq, false, pReq->u.In.abImage, "pfnServiceReq");
4582 if ( pReq->u.In.EP.Service.apvReserved[0] != NIL_RTR0PTR
4583 || pReq->u.In.EP.Service.apvReserved[1] != NIL_RTR0PTR
4584 || pReq->u.In.EP.Service.apvReserved[2] != NIL_RTR0PTR)
4589 pReq->u.In.EP.Service.apvReserved[0],
4590 pReq->u.In.EP
[all...]
H A DSUPDrvIOC.h386 * SUPLDRLOAD::u::In::EP type.
432 } EP; member in struct:SUPLDRLOAD::__anon16290::__anon16291
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c1167 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryInt", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryInt);
1169 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryFast", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryFast);
1171 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryEx", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryEx);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtmschema.h493 TM_PART(1, EP, EDITTEXT)
494 TM_PART(2, EP, CARET)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtmschema.h493 TM_PART(1, EP, EDITTEXT)
494 TM_PART(2, EP, CARET)

Completed in 94 milliseconds