Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dsirfsoc_uart.c81 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) in sirfsoc_uart_get_mctrl()
129 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) in sirfsoc_uart_set_mctrl()
327 sirfport->ms_enabled = false; in sirfsoc_uart_disable_ms()
347 if (gpio_is_valid(sirfport->cts_gpio) && sirfport->ms_enabled) in sirfsoc_uart_usp_cts_handler()
362 sirfport->ms_enabled = true; in sirfsoc_uart_enable_ms()
789 if (!sirfport->ms_enabled) in sirfsoc_uart_set_termios()
792 if (sirfport->ms_enabled) in sirfsoc_uart_set_termios()
947 sirfport->ms_enabled = false; in sirfsoc_uart_startup()
1016 if (sirfport->ms_enabled) in sirfsoc_uart_shutdown()
Dserial_ks8695.c75 static inline int ms_enabled(struct uart_port *port) in ms_enabled() function
139 if (!ms_enabled(port)) { in ks8695uart_enable_ms()
147 if (ms_enabled(port)) { in ks8695uart_disable_ms()
Dsirfsoc_uart.h415 bool ms_enabled; member