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

/linux-4.1.27/drivers/tty/serial/
H A Dsirfsoc_uart.c127 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) sirfsoc_uart_get_mctrl()
155 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) sirfsoc_uart_set_mctrl()
343 sirfport->ms_enabled = false; sirfsoc_uart_disable_ms()
363 if (gpio_is_valid(sirfport->cts_gpio) && sirfport->ms_enabled) sirfsoc_uart_usp_cts_handler()
378 sirfport->ms_enabled = true; sirfsoc_uart_enable_ms()
938 if (!sirfport->ms_enabled) sirfsoc_uart_set_termios()
941 if (sirfport->ms_enabled) sirfsoc_uart_set_termios()
1100 sirfport->ms_enabled = false; sirfsoc_uart_startup()
1133 if (sirfport->ms_enabled) sirfsoc_uart_shutdown()
H A Dserial_ks8695.c75 static inline int ms_enabled(struct uart_port *port) ms_enabled() function
139 if (!ms_enabled(port)) { ks8695uart_enable_ms()
147 if (ms_enabled(port)) { ks8695uart_disable_ms()
H A Dsirfsoc_uart.h416 bool ms_enabled; member in struct:sirfsoc_uart_port

Completed in 98 milliseconds