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()
192 static void handle_tx(struct uart_port *port) in handle_tx()
223 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx()
236 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts()
244 struct uart_port *port = dev_id; in vt8500_irq()
265 static unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty()
271 static unsigned int vt8500_get_mctrl(struct uart_port *port) in vt8500_get_mctrl()
282 static void vt8500_set_mctrl(struct uart_port *port, unsigned int mctrl) in vt8500_set_mctrl()
294 static void vt8500_break_ctl(struct uart_port *port, int break_ctl) in vt8500_break_ctl()
302 static int vt8500_set_baud_rate(struct uart_port *port, unsigned int baud) in vt8500_set_baud_rate()
326 static int vt8500_startup(struct uart_port *port) in vt8500_startup()
345 static void vt8500_shutdown(struct uart_port *port) in vt8500_shutdown()
358 static void vt8500_set_termios(struct uart_port *port, in vt8500_set_termios()
439 static const char *vt8500_type(struct uart_port *port) in vt8500_type()
446 static void vt8500_release_port(struct uart_port *port) in vt8500_release_port()
450 static int vt8500_request_port(struct uart_port *port) in vt8500_request_port()
455 static void vt8500_config_port(struct uart_port *port, int flags) in vt8500_config_port()
460 static int vt8500_verify_port(struct uart_port *port, in vt8500_verify_port()
475 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
489 static void vt8500_console_putchar(struct uart_port *port, int c) in vt8500_console_putchar()
557 static int vt8500_get_poll_char(struct uart_port *port) in vt8500_get_poll_char()
567 static void vt8500_put_poll_char(struct uart_port *port, unsigned char c) in vt8500_put_poll_char()