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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A 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);
529 ** Update ModemState just in case tbusy or tstop states have
532 PortP->ModemState = ReportedModemStatus;
536 PortP->ModemState, ReportedModemStatus);
537 PortP->ModemState = ReportedModemStatus;
563 if ( PortP->ModemState & MSVR1_CD ) {
H A Driotty.c383 if ((PortP->gs.tty->termios->c_cflag & CLOCAL) || (PortP->ModemState & MSVR1_CD))
525 PortP->ModemState &= ~MSVR1_CD;
711 PortP->ModemState = PortP->CookMode = 0;
H A Dport.h160 ushort ModemState; /* status of modem lines */ member in struct:Port
H A Drio_linux.c612 rv = (PortP->ModemState & MSVR1_CD) != 0;
H A Driotable.c931 PortP->ModemState = 0;

Completed in 42 milliseconds