Lines Matching refs:uart_port

197 	struct uart_port	port;
292 static void imx_port_ucrs_save(struct uart_port *port, in imx_port_ucrs_save()
301 static void imx_port_ucrs_restore(struct uart_port *port, in imx_port_ucrs_restore()
359 static void imx_stop_tx(struct uart_port *port) in imx_stop_tx()
393 static void imx_stop_rx(struct uart_port *port) in imx_stop_rx()
418 static void imx_enable_ms(struct uart_port *port) in imx_enable_ms()
576 static void imx_start_tx(struct uart_port *port) in imx_start_tx()
787 static unsigned int imx_tx_empty(struct uart_port *port) in imx_tx_empty()
804 static unsigned int imx_get_mctrl(struct uart_port *port) in imx_get_mctrl()
821 static void imx_set_mctrl(struct uart_port *port, unsigned int mctrl) in imx_set_mctrl()
843 static void imx_break_ctl(struct uart_port *port, int break_state) in imx_break_ctl()
1101 static int imx_startup(struct uart_port *port) in imx_startup()
1184 static void imx_shutdown(struct uart_port *port) in imx_shutdown()
1236 static void imx_flush_buffer(struct uart_port *port) in imx_flush_buffer()
1282 imx_set_termios(struct uart_port *port, struct ktermios *termios, in imx_set_termios()
1443 static const char *imx_type(struct uart_port *port) in imx_type()
1453 static void imx_config_port(struct uart_port *port, int flags) in imx_config_port()
1467 imx_verify_port(struct uart_port *port, struct serial_struct *ser) in imx_verify_port()
1491 static int imx_poll_init(struct uart_port *port) in imx_poll_init()
1525 static int imx_poll_get_char(struct uart_port *port) in imx_poll_get_char()
1533 static void imx_poll_put_char(struct uart_port *port, unsigned char c) in imx_poll_put_char()
1552 static int imx_rs485_config(struct uart_port *port, in imx_rs485_config()
1610 static void imx_console_putchar(struct uart_port *port, int ch) in imx_console_putchar()
1807 static void imx_console_early_putchar(struct uart_port *port, int ch) in imx_console_early_putchar()