Searched refs:NumberOfPipes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp241 for(j=0; j<pDevExt->Rt.pVBIfaceInfo[i].pInterfaceInfo->NumberOfPipes; j++)
636 size_t uTotalIfaceInfoLength = GET_USBD_INTERFACE_SIZE(pIfLe[i].Interface->NumberOfPipes);
645 if (pIfLe[i].Interface->NumberOfPipes > 0)
647 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo = (VBOXUSB_PIPE_INFO *)vboxUsbMemAlloc(pIfLe[i].Interface->NumberOfPipes * sizeof(VBOXUSB_PIPE_INFO));
662 for (ULONG j = 0; j < pIfLe[i].Interface->NumberOfPipes; j++)
783 for(ULONG i = 0; i < pDevExt->Rt.pVBIfaceInfo[InterfaceNumber].pInterfaceInfo->NumberOfPipes; i++)
823 Assert(pIfInfo->NumberOfPipes == pIfDr->bNumEndpoints);
824 for(ULONG i = 0; i < pIfInfo->NumberOfPipes; i++)
893 for (ULONG j = 0; j < pDevExt->Rt.pVBIfaceInfo[i].pInterfaceInfo->NumberOfPipes; j++)
909 for (ULONG j = 0; j < pDevExt->Rt.pVBIfaceInfo[i].pInterfaceInfo->NumberOfPipes;
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb.h185 ULONG NumberOfPipes; member in struct:_USBD_INTERFACE_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb.h185 ULONG NumberOfPipes; member in struct:_USBD_INTERFACE_INFORMATION

Completed in 51 milliseconds