Home
last modified time | relevance | path

Searched refs:uart_cts_enabled (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dserial_core.h447 static inline bool uart_cts_enabled(struct uart_port *uport) in uart_cts_enabled() function
/Linux-v4.19/drivers/tty/serial/
Dqcom_geni_serial.c224 if (uart_console(uport) || !uart_cts_enabled(uport)) { in qcom_geni_serial_get_mctrl()
240 if (uart_console(uport) || !uart_cts_enabled(uport)) in qcom_geni_serial_set_mctrl()
Dmxs-auart.c743 if (uart_cts_enabled(u)) in mxs_auart_set_mctrl()