Lines Matching refs:uart_port
132 static struct uart_port *earlycon_port;
143 static void linflex_stop_tx(struct uart_port *port) in linflex_stop_tx()
152 static void linflex_stop_rx(struct uart_port *port) in linflex_stop_rx()
160 static void linflex_put_char(struct uart_port *sport, unsigned char c) in linflex_put_char()
175 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer()
191 static void linflex_start_tx(struct uart_port *port) in linflex_start_tx()
202 struct uart_port *sport = dev_id; in linflex_txint()
226 struct uart_port *sport = dev_id; in linflex_rxint()
278 struct uart_port *sport = dev_id; in linflex_int()
292 static unsigned int linflex_tx_empty(struct uart_port *port) in linflex_tx_empty()
301 static unsigned int linflex_get_mctrl(struct uart_port *port) in linflex_get_mctrl()
306 static void linflex_set_mctrl(struct uart_port *port, unsigned int mctrl) in linflex_set_mctrl()
310 static void linflex_break_ctl(struct uart_port *port, int break_state) in linflex_break_ctl()
314 static void linflex_setup_watermark(struct uart_port *sport) in linflex_setup_watermark()
367 static int linflex_startup(struct uart_port *port) in linflex_startup()
384 static void linflex_shutdown(struct uart_port *port) in linflex_shutdown()
402 linflex_set_termios(struct uart_port *port, struct ktermios *termios, in linflex_set_termios()
513 static const char *linflex_type(struct uart_port *port) in linflex_type()
518 static void linflex_release_port(struct uart_port *port) in linflex_release_port()
523 static int linflex_request_port(struct uart_port *port) in linflex_request_port()
529 static void linflex_config_port(struct uart_port *port, int flags) in linflex_config_port()
552 static struct uart_port *linflex_ports[UART_NR];
555 static void linflex_console_putchar(struct uart_port *port, unsigned char ch) in linflex_console_putchar()
580 static void linflex_earlycon_putchar(struct uart_port *port, unsigned char ch) in linflex_earlycon_putchar()
622 static void linflex_string_write(struct uart_port *sport, const char *s, in linflex_string_write()
642 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write()
664 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options()
694 struct uart_port *sport; in linflex_console_setup()
809 struct uart_port *sport; in linflex_probe()
856 struct uart_port *sport = platform_get_drvdata(pdev); in linflex_remove()
866 struct uart_port *sport = dev_get_drvdata(dev); in linflex_suspend()
875 struct uart_port *sport = dev_get_drvdata(dev); in linflex_resume()