Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_gsm.c150 u32 modem_tx; /* Our outgoing modem lines */ member
437 if (dlci->modem_tx & TIOCM_DTR) in gsm_encode_modem()
439 if (dlci->modem_tx & TIOCM_RTS) in gsm_encode_modem()
441 if (dlci->modem_tx & TIOCM_RI) in gsm_encode_modem()
443 if (dlci->modem_tx & TIOCM_CD) in gsm_encode_modem()
2884 unsigned int modem_tx = dlci->modem_tx; in gsm_dtr_rts() local
2886 modem_tx |= TIOCM_DTR | TIOCM_RTS; in gsm_dtr_rts()
2888 modem_tx &= ~(TIOCM_DTR | TIOCM_RTS); in gsm_dtr_rts()
2889 if (modem_tx != dlci->modem_tx) { in gsm_dtr_rts()
2890 dlci->modem_tx = modem_tx; in gsm_dtr_rts()
[all …]