Lines Matching defs:port
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 unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty()
197 static void handle_tx(struct uart_port *port) in handle_tx()
206 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx()
219 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts()
227 struct uart_port *port = dev_id; in vt8500_irq() local
248 static unsigned int vt8500_get_mctrl(struct uart_port *port) in vt8500_get_mctrl()
259 static void vt8500_set_mctrl(struct uart_port *port, unsigned int mctrl) in vt8500_set_mctrl()
271 static void vt8500_break_ctl(struct uart_port *port, int break_ctl) in vt8500_break_ctl()
279 static int vt8500_set_baud_rate(struct uart_port *port, unsigned int baud) in vt8500_set_baud_rate()
303 static int vt8500_startup(struct uart_port *port) in vt8500_startup()
322 static void vt8500_shutdown(struct uart_port *port) in vt8500_shutdown()
335 static void vt8500_set_termios(struct uart_port *port, in vt8500_set_termios()
416 static const char *vt8500_type(struct uart_port *port) in vt8500_type()
423 static void vt8500_release_port(struct uart_port *port) in vt8500_release_port()
427 static int vt8500_request_port(struct uart_port *port) in vt8500_request_port()
432 static void vt8500_config_port(struct uart_port *port, int flags) in vt8500_config_port()
437 static int vt8500_verify_port(struct uart_port *port, in vt8500_verify_port()
452 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
466 static void vt8500_console_putchar(struct uart_port *port, unsigned char c) in vt8500_console_putchar()
534 static int vt8500_get_poll_char(struct uart_port *port) in vt8500_get_poll_char()
544 static void vt8500_put_poll_char(struct uart_port *port, unsigned char c) in vt8500_put_poll_char()
607 int port; in vt8500_serial_probe() local