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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.h31 VBOXUSB_PIPE_INFO *pPipeInfo; member in struct:VBOXUSB_IFACE_INFO
H A DVBoxUsbRt.cpp252 if (pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo)
253 vboxUsbMemFree(pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo);
254 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo = NULL;
647 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo = (VBOXUSB_PIPE_INFO *)vboxUsbMemAlloc(pIfLe[i].Interface->NumberOfPipes * sizeof(VBOXUSB_PIPE_INFO));
648 if (!pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo)
657 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo = NULL;
664 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo[j].EndpointAddress = pIfLe[i].Interface->Pipes[j].EndpointAddress;
665 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo[j].NextScheduledFrame = 0;
790 if (pDevExt->Rt.pVBIfaceInfo[InterfaceNumber].pPipeInfo)
792 vboxUsbMemFree(pDevExt->Rt.pVBIfaceInfo[InterfaceNumber].pPipeInfo);
1308 VBOXUSB_PIPE_INFO *pPipeInfo = vboxUsbRtGetPipeInfo(pDevExt, pUrbInfo->ep | ((pUrbInfo->dir == USBSUP_DIRECTION_IN) ? 0x80 : 0x00)); local
[all...]

Completed in 44 milliseconds