Lines Matching defs:port

42 static void transmit_chars_putchar(struct uart_port *port,  in transmit_chars_putchar()
57 static void transmit_chars_write(struct uart_port *port, struct tty_port *tport) 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()
189 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars()
202 static void transmit_chars(struct uart_port *port) in transmit_chars()
221 struct uart_port *port = dev_id; in sunhv_interrupt() local
237 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
247 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
253 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
259 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx()
265 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx()
271 static void sunhv_send_xchar(struct uart_port *port, char ch) in sunhv_send_xchar()
292 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx()
297 static void sunhv_break_ctl(struct uart_port *port, int break_state) in sunhv_break_ctl()
317 static int sunhv_startup(struct uart_port *port) in sunhv_startup()
323 static void sunhv_shutdown(struct uart_port *port) in sunhv_shutdown()
328 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios, in sunhv_set_termios()
354 static const char *sunhv_type(struct uart_port *port) in sunhv_type()
359 static void sunhv_release_port(struct uart_port *port) in sunhv_release_port()
363 static int sunhv_request_port(struct uart_port *port) in sunhv_request_port()
368 static void sunhv_config_port(struct uart_port *port, int flags) in sunhv_config_port()
372 static int sunhv_verify_port(struct uart_port *port, struct serial_struct *ser) in sunhv_verify_port()
440 struct uart_port *port = sunhv_port; in sunhv_console_write_paged() local
481 static inline void sunhv_console_putchar(struct uart_port *port, char c) in sunhv_console_putchar()
495 struct uart_port *port = sunhv_port; in sunhv_console_write_bychar() local
525 struct uart_port *port; in hv_probe() local
605 struct uart_port *port = platform_get_drvdata(dev); in hv_remove() local