Home
last modified time | relevance | path

Searched refs:CONTROL_RTS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dopticon.c22 #define CONTROL_RTS 0x02 macro
139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()
346 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
H A Dcypress_m8.h70 #define CONTROL_RTS 0x10 /* request to send */ macro
H A Dpl2303.c132 #define CONTROL_RTS 0x02 macro
892 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
894 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
942 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
944 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
1010 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()
1014 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()
1042 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
H A Dcypress_m8.c632 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()
823 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()
844 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()
848 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()
899 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
901 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
H A Dcp210x.c400 #define CONTROL_RTS 0x0002 macro
1349 control |= CONTROL_RTS; in cp210x_tiocmset_port()
1359 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()
1431 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcypress_m8.h70 #define CONTROL_RTS 0x10 /* request to send */ macro
H A Dpl2303.c132 #define CONTROL_RTS 0x02 macro
776 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
778 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_set_termios()
826 priv->line_control |= (CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
828 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in pl2303_dtr_rts()
894 priv->line_control |= CONTROL_RTS; in pl2303_tiocmset()
898 priv->line_control &= ~CONTROL_RTS; in pl2303_tiocmset()
926 | ((mcr & CONTROL_RTS) ? TIOCM_RTS : 0) in pl2303_tiocmget()
H A Dopticon.c22 #define CONTROL_RTS 0x02 macro
139 send_control_msg(port, CONTROL_RTS, 0); in opticon_open()
348 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
H A Dcypress_m8.c633 priv->line_control = CONTROL_DTR | CONTROL_RTS; in cypress_dtr_rts()
824 | ((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cypress_tiocmget()
845 priv->line_control |= CONTROL_RTS; in cypress_tiocmset()
849 priv->line_control &= ~CONTROL_RTS; in cypress_tiocmset()
914 priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
916 priv->line_control = (CONTROL_DTR | CONTROL_RTS); in cypress_set_termios()
H A Dcp210x.c394 #define CONTROL_RTS 0x0002 macro
1528 control |= CONTROL_RTS; in cp210x_tiocmset_port()
1536 control &= ~CONTROL_RTS; in cp210x_tiocmset_port()
1568 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c88 stats->ctrl[CONTROL_RTS]++; in il_update_stats()
188 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
H A Dcommon.h1039 CONTROL_RTS, enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c88 stats->ctrl[CONTROL_RTS]++; in il_update_stats()
188 IL_CMD(CONTROL_RTS); in il_get_ctrl_string()
H A Dcommon.h1039 CONTROL_RTS, enumerator

Completed in 30 milliseconds