Symbol: uart_handle_cts_change
drivers/tty/serial/8250/8250_port.c
1753
uart_handle_cts_change(port, status & UART_MSR_CTS);
drivers/tty/serial/amba-pl010.c
198
uart_handle_cts_change(port, status & UART01x_FR_CTS);
drivers/tty/serial/amba-pl011.c
1633
uart_handle_cts_change(&uap->port,
drivers/tty/serial/atmel_serial.c
1382
uart_handle_cts_change(port, !(status & ATMEL_US_CTS));
drivers/tty/serial/bcm63xx_uart.c
351
uart_handle_cts_change(port,
drivers/tty/serial/icom.c
939
uart_handle_cts_change(&icom_port->uart_port,
drivers/tty/serial/imx.c
785
uart_handle_cts_change(&sport->port, usr1);
drivers/tty/serial/imx.c
987
uart_handle_cts_change(&sport->port, status & TIOCM_CTS);
drivers/tty/serial/ip22zilog.c
345
uart_handle_cts_change(&up->port,
drivers/tty/serial/jsm/jsm_neo.c
561
uart_handle_cts_change(&ch->uart_port, msignals & UART_MSR_CTS);
drivers/tty/serial/max3100.c
216
uart_handle_cts_change(&s->port, cts);
drivers/tty/serial/max310x.c
840
uart_handle_cts_change(port, lsr & MAX310X_LSR_CTS_BIT);
drivers/tty/serial/men_z135_uart.c
191
uart_handle_cts_change(&uart->port,
drivers/tty/serial/mpc52xx_uart.c
1462
uart_handle_cts_change(port, !(status & MPC52xx_PSC_CTS));
drivers/tty/serial/mxs-auart.c
1103
uart_handle_cts_change(&s->port,
drivers/tty/serial/mxs-auart.c
731
uart_handle_cts_change(&s->port, mctrl & TIOCM_CTS);
drivers/tty/serial/omap-serial.c
430
uart_handle_cts_change
drivers/tty/serial/pmac_zilog.c
322
uart_handle_cts_change(&uap->port,
drivers/tty/serial/pxa.c
212
uart_handle_cts_change(&up->port, status & UART_MSR_CTS);
drivers/tty/serial/sa1100.c
103
uart_handle_cts_change(&sport->port, status & TIOCM_CTS);
drivers/tty/serial/sb1250-duart.c
428
uart_handle_cts_change(uport, !(delta & M_DUART_IN_PIN0_VAL));
drivers/tty/serial/sc16is7xx.c
732
uart_handle_cts_change(port, status & TIOCM_CTS);
drivers/tty/serial/serial-tegra.c
832
uart_handle_cts_change(&tup->uport, msr & UART_MSR_CTS);
drivers/tty/serial/serial_core.c
3426
EXPORT_SYMBOL_GPL(uart_handle_cts_change);
drivers/tty/serial/serial_mctrl_gpio.c
203
uart_handle_cts_change(port, mctrl & TIOCM_CTS);
drivers/tty/serial/sunsab.c
295
uart_handle_cts_change(&up->port,
drivers/tty/serial/sunsu.c
425
uart_handle_cts_change(&up->port, status & UART_MSR_CTS);
drivers/tty/serial/sunzilog.c
444
uart_handle_cts_change(&up->port,
drivers/tty/serial/timbuart.c
222
uart_handle_cts_change(port, cts & TIOCM_CTS);
drivers/tty/serial/zs.c
676
uart_handle_cts_change(uport,
include/linux/serial_core.h
1191
void uart_handle_cts_change(struct uart_port *uport, bool active);