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

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp126 static DECLCALLBACK(int) drvCharSetParameters(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits) argument
130 LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
H A DDrvHostSerial.cpp194 static DECLCALLBACK(int) drvHostSerialSetParameters(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits) argument
204 LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
212 switch (Bps)
270 serialStruct.custom_divisor = serialStruct.baud_base / Bps;
349 switch (Bps)
/vbox/include/VBox/vmm/
H A Dpdmifs.h2066 * @param Bps Speed of the serial connection. (bits per second)
2072 DECLR3CALLBACKMEMBER(int, pfnSetParameters,(PPDMICHARCONNECTOR pInterface, unsigned Bps, char chParity, unsigned cDataBits, unsigned cStopBits));

Completed in 55 milliseconds