Searched refs:PDMICHARPORT (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp3 * Driver that adapts PDMISTREAM into PDMICHARCONNECTOR / PDMICHARPORT.
369 pThis->pDrvCharPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMICHARPORT);
H A DDevSerial.cpp161 * @implements PDMICHARPORT
178 PDMICHARPORT ICharPort;
721 * @interface_method_impl{PDMICHARPORT,pfnNotifyRead}
749 * @@interface_method_impl{PDMICHARPORT,pfnNotifyStatusLinesChanged}
791 * @interface_method_impl{PDMICHARPORT,pfnNotifyBufferFull}
800 * @interface_method_impl{PDMICHARPORT,pfnNotifyBreak}
1081 PDMIBASE_RETURN_INTERFACE(pszIID, PDMICHARPORT, &pThis->ICharPort);
H A DDrvHostSerial.cpp1271 pThis->pDrvCharPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMICHARPORT);
/vbox/include/VBox/vmm/
H A Dpdmifs.h1983 typedef struct PDMICHARPORT *PPDMICHARPORT;
1988 typedef struct PDMICHARPORT struct
2029 } PDMICHARPORT; typedef in typeref:struct:PDMICHARPORT
2030 /** PDMICHARPORT interface ID. */
2046 * Pair with PDMICHARPORT.

Completed in 69 milliseconds