Lines Matching refs:modem_tx
172 u32 modem_tx; /* Our outgoing modem lines */
546 if (dlci->modem_tx & TIOCM_DTR)
548 if (dlci->modem_tx & TIOCM_RTS)
550 if (dlci->modem_tx & TIOCM_RI)
552 if (dlci->modem_tx & TIOCM_CD || dlci->gsm->initiator)
555 if (dlci->modem_tx & TIOCM_OUT1)
557 if (dlci->modem_tx & TIOCM_OUT2)
4178 unsigned int modem_tx = dlci->modem_tx;
4180 modem_tx |= TIOCM_DTR | TIOCM_RTS;
4182 modem_tx &= ~(TIOCM_DTR | TIOCM_RTS);
4183 if (modem_tx != dlci->modem_tx) {
4184 dlci->modem_tx = modem_tx;
4372 unsigned int modem_tx = dlci->modem_tx;
4376 modem_tx &= ~clear;
4377 modem_tx |= set;
4379 if (modem_tx != dlci->modem_tx) {
4380 dlci->modem_tx = modem_tx;
4460 dlci->modem_tx &= ~TIOCM_RTS;
4472 dlci->modem_tx |= TIOCM_RTS;