Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket_int.h199 #define SET_DTR 0x04 /* assert DTR */ macro
396 (ChP)->TxControl[3] &= ~SET_DTR; \
971 (ChP)->TxControl[3] |= SET_DTR; \
Drocket.c1136 ((control & SET_DTR) ? TIOCM_DTR : 0) | in rp_tiocmget()
1156 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()
1160 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()