Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dpl2303.c109 #define CONTROL_RTS 0x02 macro
602 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
604 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
633 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
635 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
695 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()
699 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()
727 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
Dopticon.c25 #define CONTROL_RTS 0x02 macro
139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()
327 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
Dcypress_m8.h66 #define CONTROL_RTS 0x10 /* request to send */ macro
Dcypress_m8.c639 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()
830 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()
851 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()
855 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()
950 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
952 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
Dcp210x.c317 #define CONTROL_RTS 0x0002 macro
1054 control |= CONTROL_RTS; in cp210x_tiocmset_port()
1062 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()
1094 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
/drivers/net/wireless/intel/iwlegacy/
Ddebug.c106 stats->ctrl[CONTROL_RTS]++; in il_update_stats()
219 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
Dcommon.h1056 CONTROL_RTS, enumerator