Lines Matching defs:port

158 	struct uart_port	port;  member
200 static void __ssp_early_writel(u32 v, u16 offs, struct uart_port *port) in __ssp_early_writel()
220 static u32 __ssp_early_readl(struct uart_port *port, u16 offs) in __ssp_early_readl()
532 static void sifive_serial_stop_tx(struct uart_port *port) in sifive_serial_stop_tx()
539 static void sifive_serial_stop_rx(struct uart_port *port) in sifive_serial_stop_rx()
546 static void sifive_serial_start_tx(struct uart_port *port) in sifive_serial_start_tx()
576 static unsigned int sifive_serial_tx_empty(struct uart_port *port) in sifive_serial_tx_empty()
581 static unsigned int sifive_serial_get_mctrl(struct uart_port *port) in sifive_serial_get_mctrl()
586 static void sifive_serial_set_mctrl(struct uart_port *port, unsigned int mctrl) in sifive_serial_set_mctrl()
591 static void sifive_serial_break_ctl(struct uart_port *port, int break_state) in sifive_serial_break_ctl()
596 static int sifive_serial_startup(struct uart_port *port) in sifive_serial_startup()
605 static void sifive_serial_shutdown(struct uart_port *port) in sifive_serial_shutdown()
660 static void sifive_serial_set_termios(struct uart_port *port, in sifive_serial_set_termios()
709 static void sifive_serial_release_port(struct uart_port *port) in sifive_serial_release_port()
713 static int sifive_serial_request_port(struct uart_port *port) in sifive_serial_request_port()
718 static void sifive_serial_config_port(struct uart_port *port, int flags) in sifive_serial_config_port()
725 static int sifive_serial_verify_port(struct uart_port *port, in sifive_serial_verify_port()
731 static const char *sifive_serial_type(struct uart_port *port) in sifive_serial_type()
737 static int sifive_serial_poll_get_char(struct uart_port *port) in sifive_serial_poll_get_char()
749 static void sifive_serial_poll_put_char(struct uart_port *port, in sifive_serial_poll_put_char()
764 static void early_sifive_serial_putc(struct uart_port *port, int c) in early_sifive_serial_putc()
777 struct uart_port *port = &dev->port; in early_sifive_serial_write() local
785 struct uart_port *port = &dev->port; in early_sifive_serial_setup() local
808 static void sifive_serial_console_putchar(struct uart_port *port, int ch) in sifive_serial_console_putchar()