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

/linux-4.4.14/drivers/tty/serial/
H A Dsirfsoc_uart.c81 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) sirfsoc_uart_get_mctrl()
129 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) sirfsoc_uart_set_mctrl()
327 sirfport->ms_enabled = false; sirfsoc_uart_disable_ms()
347 if (gpio_is_valid(sirfport->cts_gpio) && sirfport->ms_enabled) sirfsoc_uart_usp_cts_handler()
362 sirfport->ms_enabled = true; sirfsoc_uart_enable_ms()
789 if (!sirfport->ms_enabled) sirfsoc_uart_set_termios()
792 if (sirfport->ms_enabled) sirfsoc_uart_set_termios()
947 sirfport->ms_enabled = false; sirfsoc_uart_startup()
1016 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.h415 bool ms_enabled; member in struct:sirfsoc_uart_port

Completed in 126 milliseconds