Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Detraxfs-uart.c396 static void etraxfs_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in etraxfs_uart_set_mctrl() function
622 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_startup()
642 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_shutdown()
794 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_set_termios()
822 .set_mctrl = etraxfs_uart_set_mctrl,