Lines Matching refs:modem_tx
144 u32 modem_tx; /* Our outgoing modem lines */
457 if (dlci->modem_tx & TIOCM_DTR)
459 if (dlci->modem_tx & TIOCM_RTS)
461 if (dlci->modem_tx & TIOCM_RI)
463 if (dlci->modem_tx & TIOCM_CD || dlci->gsm->initiator)
3096 unsigned int modem_tx = dlci->modem_tx;
3098 modem_tx |= TIOCM_DTR | TIOCM_RTS;
3100 modem_tx &= ~(TIOCM_DTR | TIOCM_RTS);
3101 if (modem_tx != dlci->modem_tx) {
3102 dlci->modem_tx = modem_tx;
3287 unsigned int modem_tx = dlci->modem_tx;
3291 modem_tx &= ~clear;
3292 modem_tx |= set;
3294 if (modem_tx != dlci->modem_tx) {
3295 dlci->modem_tx = modem_tx;
3354 dlci->modem_tx &= ~TIOCM_RTS;
3366 dlci->modem_tx |= TIOCM_RTS;