Lines Matching refs:uart_port

100 	struct uart_port	uart;
115 static inline void vt8500_write(struct uart_port *port, unsigned int val, in vt8500_write()
121 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off) in vt8500_read()
126 static void vt8500_stop_tx(struct uart_port *port) in vt8500_stop_tx()
136 static void vt8500_stop_rx(struct uart_port *port) in vt8500_stop_rx()
146 static void vt8500_enable_ms(struct uart_port *port) in vt8500_enable_ms()
156 static void handle_rx(struct uart_port *port) in handle_rx()
196 static void handle_tx(struct uart_port *port) in handle_tx()
227 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx()
240 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts()
248 struct uart_port *port = dev_id; in vt8500_irq()
269 static unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty()
275 static unsigned int vt8500_get_mctrl(struct uart_port *port) in vt8500_get_mctrl()
286 static void vt8500_set_mctrl(struct uart_port *port, unsigned int mctrl) in vt8500_set_mctrl()
298 static void vt8500_break_ctl(struct uart_port *port, int break_ctl) in vt8500_break_ctl()
306 static int vt8500_set_baud_rate(struct uart_port *port, unsigned int baud) in vt8500_set_baud_rate()
330 static int vt8500_startup(struct uart_port *port) in vt8500_startup()
349 static void vt8500_shutdown(struct uart_port *port) in vt8500_shutdown()
362 static void vt8500_set_termios(struct uart_port *port, in vt8500_set_termios()
443 static const char *vt8500_type(struct uart_port *port) in vt8500_type()
450 static void vt8500_release_port(struct uart_port *port) in vt8500_release_port()
454 static int vt8500_request_port(struct uart_port *port) in vt8500_request_port()
459 static void vt8500_config_port(struct uart_port *port, int flags) in vt8500_config_port()
464 static int vt8500_verify_port(struct uart_port *port, in vt8500_verify_port()
479 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
493 static void vt8500_console_putchar(struct uart_port *port, int c) in vt8500_console_putchar()
561 static int vt8500_get_poll_char(struct uart_port *port) in vt8500_get_poll_char()
571 static void vt8500_put_poll_char(struct uart_port *port, unsigned char c) in vt8500_put_poll_char()