uart_handle_cts_change
uart_handle_cts_change(port, status & UART_MSR_CTS);
uart_handle_cts_change(port, status & UART01x_FR_CTS);
uart_handle_cts_change(&uap->port,
uart_handle_cts_change(port, !(status & ATMEL_US_CTS));
uart_handle_cts_change(port,
uart_handle_cts_change(&icom_port->uart_port,
uart_handle_cts_change(&sport->port, usr1);
uart_handle_cts_change(&sport->port, status & TIOCM_CTS);
uart_handle_cts_change(&up->port,
uart_handle_cts_change(&ch->uart_port, msignals & UART_MSR_CTS);
uart_handle_cts_change(&s->port, cts);
uart_handle_cts_change(port, lsr & MAX310X_LSR_CTS_BIT);
uart_handle_cts_change(&uart->port,
uart_handle_cts_change(port, !(status & MPC52xx_PSC_CTS));
uart_handle_cts_change(&s->port,
uart_handle_cts_change(&s->port, mctrl & TIOCM_CTS);
uart_handle_cts_change
uart_handle_cts_change(&uap->port,
uart_handle_cts_change(&up->port, status & UART_MSR_CTS);
uart_handle_cts_change(&sport->port, status & TIOCM_CTS);
uart_handle_cts_change(uport, !(delta & M_DUART_IN_PIN0_VAL));
uart_handle_cts_change(port, status & TIOCM_CTS);
uart_handle_cts_change(&tup->uport, msr & UART_MSR_CTS);
EXPORT_SYMBOL_GPL(uart_handle_cts_change);
uart_handle_cts_change(port, mctrl & TIOCM_CTS);
uart_handle_cts_change(&up->port,
uart_handle_cts_change(&up->port, status & UART_MSR_CTS);
uart_handle_cts_change(&up->port,
uart_handle_cts_change(port, cts & TIOCM_CTS);
uart_handle_cts_change(uport,
void uart_handle_cts_change(struct uart_port *uport, bool active);