Home
last modified time | relevance | path

Searched refs:ModemState (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Driocmd.c385 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 ) {
Driotty.c431 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)) {
Dport.h160 ushort ModemState; /* status of modem lines */ member
Drio_linux.c603 rv = (PortP->ModemState & MSVR1_CD) != 0; in rio_get_CD()
Driotable.c934 PortP->ModemState = 0;