Lines Matching refs:uart_port
96 struct uart_port uart;
111 static inline void vt8500_write(struct uart_port *port, unsigned int val, in vt8500_write()
117 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off) in vt8500_read()
122 static void vt8500_stop_tx(struct uart_port *port) in vt8500_stop_tx()
132 static void vt8500_stop_rx(struct uart_port *port) in vt8500_stop_rx()
142 static void vt8500_enable_ms(struct uart_port *port) in vt8500_enable_ms()
152 static void handle_rx(struct uart_port *port) in handle_rx()
190 static void handle_tx(struct uart_port *port) in handle_tx()
221 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx()
234 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts()
242 struct uart_port *port = dev_id; in vt8500_irq()
263 static unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty()
269 static unsigned int vt8500_get_mctrl(struct uart_port *port) in vt8500_get_mctrl()
280 static void vt8500_set_mctrl(struct uart_port *port, unsigned int mctrl) in vt8500_set_mctrl()
292 static void vt8500_break_ctl(struct uart_port *port, int break_ctl) in vt8500_break_ctl()
300 static int vt8500_set_baud_rate(struct uart_port *port, unsigned int baud) in vt8500_set_baud_rate()
324 static int vt8500_startup(struct uart_port *port) in vt8500_startup()
343 static void vt8500_shutdown(struct uart_port *port) in vt8500_shutdown()
356 static void vt8500_set_termios(struct uart_port *port, in vt8500_set_termios()
437 static const char *vt8500_type(struct uart_port *port) in vt8500_type()
444 static void vt8500_release_port(struct uart_port *port) in vt8500_release_port()
448 static int vt8500_request_port(struct uart_port *port) in vt8500_request_port()
453 static void vt8500_config_port(struct uart_port *port, int flags) in vt8500_config_port()
458 static int vt8500_verify_port(struct uart_port *port, in vt8500_verify_port()
473 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
487 static void vt8500_console_putchar(struct uart_port *port, int c) in vt8500_console_putchar()
555 static int vt8500_get_poll_char(struct uart_port *port) in vt8500_get_poll_char()
565 static void vt8500_put_poll_char(struct uart_port *port, unsigned char c) in vt8500_put_poll_char()