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()
192 static void linflex_start_tx(struct uart_port *port) in linflex_start_tx()
203 struct uart_port *sport = dev_id; in linflex_txint()
227 struct uart_port *sport = dev_id; in linflex_rxint()
279 struct uart_port *sport = dev_id; in linflex_int()
293 static unsigned int linflex_tx_empty(struct uart_port *port) in linflex_tx_empty()
302 static unsigned int linflex_get_mctrl(struct uart_port *port) in linflex_get_mctrl()
307 static void linflex_set_mctrl(struct uart_port *port, unsigned int mctrl) in linflex_set_mctrl()
311 static void linflex_break_ctl(struct uart_port *port, int break_state) in linflex_break_ctl()
315 static void linflex_setup_watermark(struct uart_port *sport) in linflex_setup_watermark()
368 static int linflex_startup(struct uart_port *port) in linflex_startup()
385 static void linflex_shutdown(struct uart_port *port) in linflex_shutdown()
403 linflex_set_termios(struct uart_port *port, struct ktermios *termios, in linflex_set_termios()
514 static const char *linflex_type(struct uart_port *port) in linflex_type()
519 static void linflex_release_port(struct uart_port *port) in linflex_release_port()
524 static int linflex_request_port(struct uart_port *port) in linflex_request_port()
530 static void linflex_config_port(struct uart_port *port, int flags) in linflex_config_port()
553 static struct uart_port *linflex_ports[UART_NR];
556 static void linflex_console_putchar(struct uart_port *port, unsigned char ch) in linflex_console_putchar()
581 static void linflex_earlycon_putchar(struct uart_port *port, unsigned char ch) in linflex_earlycon_putchar()
623 static void linflex_string_write(struct uart_port *sport, const char *s, in linflex_string_write()
643 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write()
665 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options()
695 struct uart_port *sport; in linflex_console_setup()
810 struct uart_port *sport; in linflex_probe()
857 struct uart_port *sport = platform_get_drvdata(pdev); in linflex_remove()
867 struct uart_port *sport = dev_get_drvdata(dev); in linflex_suspend()
876 struct uart_port *sport = dev_get_drvdata(dev); in linflex_resume()