Home
last modified time | relevance | path

Searched refs:uart_handle_cts_change (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/driver-api/serial/
H A Ddriver.rst77 uart_get_lsr_info uart_handle_dcd_change uart_handle_cts_change
/linux/drivers/tty/serial/
H A Dtimbuart.c222 uart_handle_cts_change(port, cts & TIOCM_CTS); in timbuart_mctrl_check()
H A Dbcm63xx_uart.c351 uart_handle_cts_change(port, in bcm_uart_interrupt()
H A Dmax3100.c217 uart_handle_cts_change(&s->port, cts); in max3100_handlerx_unlocked()
H A Dpxa.c212 uart_handle_cts_change(&up->port, status & UART_MSR_CTS); in check_modem_status()
H A Dsa1100.c103 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in sa1100_mctrl_check()
H A Dsunsab.c295 uart_handle_cts_change(&up->port, in check_status()
H A Dsc16is7xx.c733 uart_handle_cts_change(port, status & TIOCM_CTS); in sc16is7xx_update_mlines()
H A Dsunsu.c425 uart_handle_cts_change(&up->port, status & UART_MSR_CTS); in check_modem_status()
H A Dserial_core.c3389 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 Dpmac_zilog.c322 uart_handle_cts_change(&uap->port, in pmz_status_handle()
H A Dsunzilog.c444 uart_handle_cts_change(&up->port, in sunzilog_status_handle()
H A Dserial-tegra.c832 uart_handle_cts_change(&tup->uport, msr & UART_MSR_CTS); in tegra_uart_handle_modem_signal_change()
H A Domap-serial.c430 uart_handle_cts_change in check_modem_status()
H A Dicom.c939 uart_handle_cts_change(&icom_port->uart_port, in check_modem_status()
/linux/drivers/tty/serial/8250/
H A D8250_port.c1751 uart_handle_cts_change(port, status & UART_MSR_CTS); in serial8250_modem_status()