Searched refs:nSpeed (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | uart.cpp | 136 int HdcUARTBase::SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop) in SetSerial() argument 138 WRITE_LOG(LOG_DEBUG, "mac SetSerial rate = %d", nSpeed); in SetSerial() 159 speed_t speed = nSpeed; in SetSerial() 170 WRITE_LOG(LOG_DEBUG, " SetSerial OK rate = %d", nSpeed); in SetSerial() 174 int HdcUARTBase::SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop) in SetSerial() argument 185 newttys1.c_cflag = GetUartSpeed(nSpeed); in SetSerial() 222 WRITE_LOG(LOG_DEBUG, " SetSerial OK rate = %d", nSpeed); in SetSerial()
|
| D | uart.h | 193 int SetSerial(int fd, int nSpeed, int nBits, char nEvent, int nStop);
|