Searched refs:CONTROL_RTS (Results 1 – 7 of 7) sorted by relevance
119 #define CONTROL_RTS 0x02 macro612 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()614 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()643 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()645 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()705 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()709 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()737 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
25 #define CONTROL_RTS 0x02 macro139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()327 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
69 #define CONTROL_RTS 0x10 /* request to send */ macro
641 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()832 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()853 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()857 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()952 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()954 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
342 #define CONTROL_RTS 0x0002 macro851 control |= CONTROL_RTS; in cp210x_tiocmset_port()859 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()891 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
106 stats->ctrl[CONTROL_RTS]++; in il_update_stats()219 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
1056 CONTROL_RTS, enumerator