Searched refs:uart_handle_cts_change (Results 1 – 16 of 16) sorted by relevance
| /linux/Documentation/driver-api/serial/ |
| H A D | driver.rst | 77 uart_get_lsr_info uart_handle_dcd_change uart_handle_cts_change
|
| /linux/drivers/tty/serial/ |
| H A D | timbuart.c | 222 uart_handle_cts_change(port, cts & TIOCM_CTS); in timbuart_mctrl_check()
|
| H A D | bcm63xx_uart.c | 351 uart_handle_cts_change(port, in bcm_uart_interrupt()
|
| H A D | max3100.c | 217 uart_handle_cts_change(&s->port, cts); in max3100_handlerx_unlocked()
|
| H A D | pxa.c | 212 uart_handle_cts_change(&up->port, status & UART_MSR_CTS); in check_modem_status()
|
| H A D | sa1100.c | 103 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in sa1100_mctrl_check()
|
| H A D | sunsab.c | 295 uart_handle_cts_change(&up->port, in check_status()
|
| H A D | sc16is7xx.c | 733 uart_handle_cts_change(port, status & TIOCM_CTS); in sc16is7xx_update_mlines()
|
| H A D | sunsu.c | 425 uart_handle_cts_change(&up->port, status & UART_MSR_CTS); in check_modem_status()
|
| H A D | serial_core.c | 3389 void uart_handle_cts_change(struct uart_port *uport, bool active) in uart_handle_cts_change() function 3411 EXPORT_SYMBOL_GPL(uart_handle_cts_change);
|
| H A D | pmac_zilog.c | 322 uart_handle_cts_change(&uap->port, in pmz_status_handle()
|
| H A D | sunzilog.c | 444 uart_handle_cts_change(&up->port, in sunzilog_status_handle()
|
| H A D | serial-tegra.c | 832 uart_handle_cts_change(&tup->uport, msr & UART_MSR_CTS); in tegra_uart_handle_modem_signal_change()
|
| H A D | omap-serial.c | 430 uart_handle_cts_change in check_modem_status()
|
| H A D | icom.c | 939 uart_handle_cts_change(&icom_port->uart_port, in check_modem_status()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 1751 uart_handle_cts_change(port, status & UART_MSR_CTS); in serial8250_modem_status()
|