Lines Matching defs:port

42 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit)  in transmit_chars_putchar()
54 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write()
69 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar()
112 static int receive_chars_read(struct uart_port *port) in receive_chars_read()
184 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars()
197 static void transmit_chars(struct uart_port *port) in transmit_chars()
216 struct uart_port *port = dev_id; in sunhv_interrupt() local
232 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
242 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
248 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
254 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx()
260 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx()
266 static void sunhv_send_xchar(struct uart_port *port, char ch) in sunhv_send_xchar()
287 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx()
292 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl()
312 static int sunhv_startup(struct uart_port *port) in sunhv_startup()
318 static void sunhv_shutdown(struct uart_port *port) in sunhv_shutdown()
323 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios, in sunhv_set_termios()
349 static const char *sunhv_type(struct uart_port *port) in sunhv_type()
354 static void sunhv_release_port(struct uart_port *port) in sunhv_release_port()
358 static int sunhv_request_port(struct uart_port *port) in sunhv_request_port()
363 static void sunhv_config_port(struct uart_port *port, int flags) in sunhv_config_port()
367 static int sunhv_verify_port(struct uart_port *port, struct serial_struct *ser) in sunhv_verify_port()
435 struct uart_port *port = sunhv_port; in sunhv_console_write_paged() local
476 static inline void sunhv_console_putchar(struct uart_port *port, char c) in sunhv_console_putchar()
490 struct uart_port *port = sunhv_port; in sunhv_console_write_bychar() local
520 struct uart_port *port; in hv_probe() local
600 struct uart_port *port = platform_get_drvdata(dev); in hv_remove() local