Lines Matching defs:port

42 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit)  in transmit_chars_putchar()
55 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write()
71 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar()
114 static int receive_chars_read(struct uart_port *port) in receive_chars_read()
186 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars()
199 static void transmit_chars(struct uart_port *port) in transmit_chars()
218 struct uart_port *port = dev_id; in sunhv_interrupt() local
234 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
244 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
250 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
256 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx()
262 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx()
268 static void sunhv_send_xchar(struct uart_port *port, char ch) in sunhv_send_xchar()
289 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx()
294 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl()
314 static int sunhv_startup(struct uart_port *port) in sunhv_startup()
320 static void sunhv_shutdown(struct uart_port *port) in sunhv_shutdown()
325 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios, in sunhv_set_termios()
351 static const char *sunhv_type(struct uart_port *port) in sunhv_type()
356 static void sunhv_release_port(struct uart_port *port) in sunhv_release_port()
360 static int sunhv_request_port(struct uart_port *port) in sunhv_request_port()
365 static void sunhv_config_port(struct uart_port *port, int flags) in sunhv_config_port()
369 static int sunhv_verify_port(struct uart_port *port, struct serial_struct *ser) in sunhv_verify_port()
437 struct uart_port *port = sunhv_port; in sunhv_console_write_paged() local
478 static inline void sunhv_console_putchar(struct uart_port *port, char c) in sunhv_console_putchar()
492 struct uart_port *port = sunhv_port; in sunhv_console_write_bychar() local
522 struct uart_port *port; in hv_probe() local
602 struct uart_port *port = platform_get_drvdata(dev); in hv_remove() local