Lines Matching refs:uart_port

46 	struct uart_port	uart;
135 struct uart_port *port; in handle_transmit()
181 struct uart_port *port = dev_id; in tilegx_interrupt()
207 static u_int tilegx_tx_empty(struct uart_port *port) in tilegx_tx_empty()
230 static void tilegx_set_mctrl(struct uart_port *port, u_int mctrl) in tilegx_set_mctrl()
239 static u_int tilegx_get_mctrl(struct uart_port *port) in tilegx_get_mctrl()
248 static void tilegx_stop_tx(struct uart_port *port) in tilegx_stop_tx()
257 static void tilegx_start_tx(struct uart_port *port) in tilegx_start_tx()
299 static void tilegx_stop_rx(struct uart_port *port) in tilegx_stop_rx()
320 static void tilegx_break_ctl(struct uart_port *port, int break_state) in tilegx_break_ctl()
329 static int tilegx_startup(struct uart_port *port) in tilegx_startup()
403 static void tilegx_shutdown(struct uart_port *port) in tilegx_shutdown()
442 static void tilegx_flush_buffer(struct uart_port *port) in tilegx_flush_buffer()
451 static void tilegx_set_termios(struct uart_port *port, in tilegx_set_termios()
520 static const char *tilegx_type(struct uart_port *port) in tilegx_type()
529 static void tilegx_release_port(struct uart_port *port) in tilegx_release_port()
538 static int tilegx_request_port(struct uart_port *port) in tilegx_request_port()
548 static void tilegx_config_port(struct uart_port *port, int flags) in tilegx_config_port()
558 static int tilegx_verify_port(struct uart_port *port, in tilegx_verify_port()
574 static int tilegx_poll_get_char(struct uart_port *port) in tilegx_poll_get_char()
588 static void tilegx_poll_put_char(struct uart_port *port, unsigned char c) in tilegx_poll_put_char()
628 struct uart_port *port; in tilegx_init_ports()
671 struct uart_port *port = &tile_uart_ports[i].uart; in tilegx_init()
682 struct uart_port *port; in tilegx_exit()