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

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp178 PDMICHARPORT ICharPort; member in struct:SerialState
725 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
753 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
804 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
1081 PDMIBASE_RETURN_INTERFACE(pszIID, PDMICHARPORT, &pThis->ICharPort);
1175 /* ICharPort */
1176 pThis->ICharPort.pfnNotifyRead = serialNotifyRead;
1177 pThis->ICharPort.pfnNotifyStatusLinesChanged = serialNotifyStatusLinesChanged;
1178 pThis->ICharPort.pfnNotifyBufferFull = serialNotifyBufferFull;
1179 pThis->ICharPort
[all...]

Completed in 72 milliseconds