Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dserial_core.h447 static inline bool uart_softcts_mode(struct uart_port *uport) in uart_softcts_mode() function
/Linux-v5.10/drivers/tty/serial/
Dserial_core.c535 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
3102 if (uart_softcts_mode(uport)) { in uart_handle_cts_change()