Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Detraxfs-uart.c424 static void etraxfs_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in etraxfs_uart_set_mctrl() function
659 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_startup()
679 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_shutdown()
831 etraxfs_uart_set_mctrl(&up->port, up->port.mctrl); in etraxfs_uart_set_termios()
859 .set_mctrl = etraxfs_uart_set_mctrl,