Lines Matching defs:port

46 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit)  in transmit_chars_putchar()
59 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write()
75 static int receive_chars_getchar(struct uart_port *port, struct tty_struct *tty) in receive_chars_getchar()
118 static int receive_chars_read(struct uart_port *port, struct tty_struct *tty) in receive_chars_read()
183 static struct tty_struct *receive_chars(struct uart_port *port) in receive_chars()
196 static void transmit_chars(struct uart_port *port) in transmit_chars()
215 struct uart_port *port = dev_id; in sunhv_interrupt() local
231 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
241 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
247 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
253 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx()
259 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx()
265 static void sunhv_send_xchar(struct uart_port *port, char ch) in sunhv_send_xchar()
283 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx()
288 static void sunhv_enable_ms(struct uart_port *port) in sunhv_enable_ms()
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()
431 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
524 struct uart_port *port; in hv_probe() local
603 struct uart_port *port = dev_get_drvdata(&dev->dev); in hv_remove() local