Lines Matching defs:port

124 static inline void vt8500_write(struct uart_port *port, unsigned int val,  in vt8500_write()
130 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off) in vt8500_read()
135 static void vt8500_stop_tx(struct uart_port *port) in vt8500_stop_tx()
145 static void vt8500_stop_rx(struct uart_port *port) in vt8500_stop_rx()
155 static void vt8500_enable_ms(struct uart_port *port) in vt8500_enable_ms()
165 static void handle_rx(struct uart_port *port) in handle_rx()
205 static void handle_tx(struct uart_port *port) in handle_tx()
236 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx()
249 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts()
257 struct uart_port *port = dev_id; in vt8500_irq() local
278 static unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty()
284 static unsigned int vt8500_get_mctrl(struct uart_port *port) in vt8500_get_mctrl()
295 static void vt8500_set_mctrl(struct uart_port *port, unsigned int mctrl) in vt8500_set_mctrl()
307 static void vt8500_break_ctl(struct uart_port *port, int break_ctl) in vt8500_break_ctl()
315 static int vt8500_set_baud_rate(struct uart_port *port, unsigned int baud) in vt8500_set_baud_rate()
339 static int vt8500_startup(struct uart_port *port) in vt8500_startup()
358 static void vt8500_shutdown(struct uart_port *port) in vt8500_shutdown()
371 static void vt8500_set_termios(struct uart_port *port, in vt8500_set_termios()
452 static const char *vt8500_type(struct uart_port *port) in vt8500_type()
459 static void vt8500_release_port(struct uart_port *port) in vt8500_release_port()
463 static int vt8500_request_port(struct uart_port *port) in vt8500_request_port()
468 static void vt8500_config_port(struct uart_port *port, int flags) in vt8500_config_port()
473 static int vt8500_verify_port(struct uart_port *port, in vt8500_verify_port()
488 static inline void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
502 static void vt8500_console_putchar(struct uart_port *port, int c) in vt8500_console_putchar()
570 static int vt8500_get_poll_char(struct uart_port *port) in vt8500_get_poll_char()
580 static void vt8500_put_poll_char(struct uart_port *port, unsigned char c) in vt8500_put_poll_char()
644 int port; in vt8500_serial_probe() local