Home
last modified time | relevance | path

Searched refs:uart_softcts_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dserial_core.h993 static inline bool uart_softcts_mode(struct uart_port *uport) in uart_softcts_mode() function
/linux-6.6.21/drivers/tty/serial/
Dserial_core.c235 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_line_settings()
3487 if (uart_softcts_mode(uport)) { in uart_handle_cts_change()