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
1821
(port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) &&
drivers/tty/serial/amba-pl011.c
1751
if (port->status & UPSTAT_AUTORTS) {
drivers/tty/serial/amba-pl011.c
2046
uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/amba-pl011.c
2264
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/amba-pl011.c
2267
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/amba-pl011.c
2389
port->status &= ~UPSTAT_AUTORTS;
drivers/tty/serial/max310x.c
1006
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF);
drivers/tty/serial/max310x.c
1010
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
1040
port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS);
drivers/tty/serial/sc16is7xx.c
1044
port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
739
mask |= UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
746
if (mask & UPSTAT_AUTORTS)
drivers/tty/serial/serial_core.c
768
mask |= UPSTAT_AUTORTS;
drivers/tty/serial/serial_core.c
775
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))