Lines Matching defs:port
45 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_putchar()
58 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write()
74 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar()
117 static int receive_chars_read(struct uart_port *port) in receive_chars_read()
185 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars()
198 static void transmit_chars(struct uart_port *port) in transmit_chars()
217 struct uart_port *port = dev_id; in sunhv_interrupt() local
233 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
243 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
249 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
255 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx()
261 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx()
267 static void sunhv_send_xchar(struct uart_port *port, char ch) in sunhv_send_xchar()
288 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx()
293 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl()
313 static int sunhv_startup(struct uart_port *port) in sunhv_startup()
319 static void sunhv_shutdown(struct uart_port *port) in sunhv_shutdown()
324 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios, in sunhv_set_termios()
350 static const char *sunhv_type(struct uart_port *port) in sunhv_type()
355 static void sunhv_release_port(struct uart_port *port) in sunhv_release_port()
359 static int sunhv_request_port(struct uart_port *port) in sunhv_request_port()
364 static void sunhv_config_port(struct uart_port *port, int flags) in sunhv_config_port()
368 static int sunhv_verify_port(struct uart_port *port, struct serial_struct *ser) in sunhv_verify_port()
430 struct uart_port *port = sunhv_port; in sunhv_console_write_paged() local
471 static inline void sunhv_console_putchar(struct uart_port *port, char c) in sunhv_console_putchar()
485 struct uart_port *port = sunhv_port; in sunhv_console_write_bychar() local
521 struct uart_port *port; in hv_probe() local
600 struct uart_port *port = platform_get_drvdata(dev); in hv_remove() local