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

/vbox/src/VBox/Devices/USB/
H A DDrvVUSBRootHub.cpp732 return pRh->pIRhPort->pfnReset(pRh->pIRhPort, fResetOnLinux); /** @todo change rc from bool to vbox status everywhere! */
826 int rc = pRh->pIRhPort->pfnAttach(pRh->pIRhPort, &pDev->IDevice, iPort);
879 pRh->pIRhPort->pfnDetach(pRh->pIRhPort, &pDev->IDevice, uPort);
1033 pThis->pIRhPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, VUSBIROOTHUBPORT);
1034 AssertMsgReturn(pThis->pIRhPort, ("Configuration error: the device/driver above us doesn't expose any VUSBIROOTHUBPORT interface!\n"), VERR_PDM_MISSING_INTERFACE_ABOVE);
1040 pThis->Hub.cPorts = pThis->pIRhPort->pfnGetAvailablePorts(pThis->pIRhPort,
[all...]
H A DVUSBInternal.h362 PVUSBIROOTHUBPORT pIRhPort; member in struct:VUSBROOTHUB
H A DVUSBUrb.cpp999 return pRh->pIRhPort->pfnXferError(pRh->pIRhPort, pUrb);
1144 pRh->pIRhPort->pfnXferCompletion(pRh->pIRhPort, pUrb);

Completed in 59 milliseconds