Searched refs:uart_handle_cts_change (Results 1 – 25 of 30) sorted by relevance
12
| /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 | serial_mctrl_gpio.c | 203 uart_handle_cts_change(port, mctrl & TIOCM_CTS); in mctrl_gpio_irq_handle()
|
| H A D | timbuart.c | 222 uart_handle_cts_change(port, cts & TIOCM_CTS); in timbuart_mctrl_check()
|
| H A D | mxs-auart.c | 731 uart_handle_cts_change(&s->port, mctrl & TIOCM_CTS); in mxs_auart_modem_status() 1103 uart_handle_cts_change(&s->port, in mxs_auart_irq_handle()
|
| H A D | men_z135_uart.c | 191 uart_handle_cts_change(&uart->port, in men_z135_handle_modem_status()
|
| H A D | bcm63xx_uart.c | 351 uart_handle_cts_change(port, in bcm_uart_interrupt()
|
| H A D | amba-pl010.c | 198 uart_handle_cts_change(port, status & UART01x_FR_CTS); in pl010_modem_status()
|
| 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 | sb1250-duart.c | 428 uart_handle_cts_change(uport, !(delta & M_DUART_IN_PIN0_VAL)); in sbd_status_handle()
|
| H A D | ip22zilog.c | 345 uart_handle_cts_change(&up->port, in ip22zilog_status_handle()
|
| H A D | imx.c | 785 uart_handle_cts_change(&sport->port, usr1); in __imx_uart_rtsint() 987 uart_handle_cts_change(&sport->port, status & TIOCM_CTS); in imx_uart_mctrl_check()
|
| H A D | sunsab.c | 295 uart_handle_cts_change(&up->port, in check_status()
|
| H A D | zs.c | 677 uart_handle_cts_change(uport, in zs_status_handle()
|
| H A D | sc16is7xx.c | 733 uart_handle_cts_change(port, status & TIOCM_CTS); in sc16is7xx_update_mlines()
|
| H A D | max310x.c | 809 uart_handle_cts_change(port, lsr & MAX310X_LSR_CTS_BIT); in max310x_port_irq()
|
| 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 | mpc52xx_uart.c | 1462 uart_handle_cts_change(port, !(status & MPC52xx_PSC_CTS)); in mpc5xxx_uart_process_int()
|
| 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()
|
| /linux/include/linux/ |
| H A D | serial_core.h | 1171 void uart_handle_cts_change(struct uart_port *uport, bool active);
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_neo.c | 561 uart_handle_cts_change(&ch->uart_port, msignals & UART_MSR_CTS); in neo_parse_modem()
|
12