Symbol: UPSTAT_AUTORTS
drivers/tty/serial/8250/8250_omap.c
198
if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS))
drivers/tty/serial/8250/8250_omap.c
471
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF);
drivers/tty/serial/8250/8250_omap.c
477
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/8250/8250_port.c
1809
(port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) &&
drivers/tty/serial/amba-pl011.c
1686
if (port->status & UPSTAT_AUTORTS) {
drivers/tty/serial/amba-pl011.c
1981
uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/amba-pl011.c
2180
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/amba-pl011.c
2183
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/amba-pl011.c
2298
port->status &= ~UPSTAT_AUTORTS;
drivers/tty/serial/max310x.c
975
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF);
drivers/tty/serial/max310x.c
979
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/omap-serial.c
636
if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS))
drivers/tty/serial/omap-serial.c
965
up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF);
drivers/tty/serial/omap-serial.c
969
up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/sc16is7xx.c
1041
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/sc16is7xx.c
1045
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
743
mask |= UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
750
if (mask & UPSTAT_AUTORTS)
drivers/tty/serial/serial_core.c
772
mask |= UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
779
if (mask & UPSTAT_AUTORTS)
drivers/tty/serial/stm32-usart.c
1267
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/stm32-usart.c
1269
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/stm32-usart.c
921
if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS))