Searched refs:ModemState (Results 1 – 5 of 5) sorted by relevance
385 PortP->ModemState = 0;525 if ((PortP->ModemState & MSVR1_HOST) ==527 rio_dprintk (RIO_DEBUG_CMD, "Modem status unchanged 0x%x\n", PortP->ModemState);532 PortP->ModemState = ReportedModemStatus;536 PortP->ModemState, ReportedModemStatus);537 PortP->ModemState = ReportedModemStatus;563 if ( PortP->ModemState & MSVR1_CD ) {
431 if ((PortP->gs.tty->termios->c_cflag & CLOCAL) || (PortP->ModemState & MSVR1_CD)) in riotopen()587 PortP->ModemState &= ~MSVR1_CD; in riotclose()778 PortP->ModemState = PortP->CookMode = 0;980 current = PortP->ModemState;996 PortP->ModemState |= (ushort)state;1006 PortP->ModemState &= ~(ushort)state;1257 if ((tp->tm.c_cflag & CLOCAL) || (PortP->ModemState & MSVR1_CD)) {
160 ushort ModemState; /* status of modem lines */ member
603 rv = (PortP->ModemState & MSVR1_CD) != 0; in rio_get_CD()
934 PortP->ModemState = 0;