Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dserial_core.h802 static inline bool uart_softcts_mode(struct uart_port *uport) in uart_softcts_mode() function
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c522 uport->hw_stopped = uart_softcts_mode(uport) && in uart_change_speed()
3301 if (uart_softcts_mode(uport)) { in uart_handle_cts_change()