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 inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer()
190 static void linflex_start_tx(struct uart_port *port) in linflex_start_tx()
201 struct uart_port *sport = dev_id; in linflex_txint()
239 struct uart_port *sport = dev_id; in linflex_rxint()
292 struct uart_port *sport = dev_id; in linflex_int()
306 static unsigned int linflex_tx_empty(struct uart_port *port) in linflex_tx_empty()
315 static unsigned int linflex_get_mctrl(struct uart_port *port) in linflex_get_mctrl()
320 static void linflex_set_mctrl(struct uart_port *port, unsigned int mctrl) in linflex_set_mctrl()
324 static void linflex_break_ctl(struct uart_port *port, int break_state) in linflex_break_ctl()
328 static void linflex_setup_watermark(struct uart_port *sport) in linflex_setup_watermark()
381 static int linflex_startup(struct uart_port *port) in linflex_startup()
398 static void linflex_shutdown(struct uart_port *port) in linflex_shutdown()
416 linflex_set_termios(struct uart_port *port, struct ktermios *termios, in linflex_set_termios()
527 static const char *linflex_type(struct uart_port *port) in linflex_type()
532 static void linflex_release_port(struct uart_port *port) in linflex_release_port()
537 static int linflex_request_port(struct uart_port *port) in linflex_request_port()
543 static void linflex_config_port(struct uart_port *port, int flags) in linflex_config_port()
566 static struct uart_port *linflex_ports[UART_NR];
569 static void linflex_console_putchar(struct uart_port *port, int ch) in linflex_console_putchar()
594 static void linflex_earlycon_putchar(struct uart_port *port, int ch) in linflex_earlycon_putchar()
636 static void linflex_string_write(struct uart_port *sport, const char *s, in linflex_string_write()
656 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write()
678 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options()
708 struct uart_port *sport; in linflex_console_setup()
823 struct uart_port *sport; in linflex_probe()
874 struct uart_port *sport = platform_get_drvdata(pdev); in linflex_remove()
884 struct uart_port *sport = dev_get_drvdata(dev); in linflex_suspend()
893 struct uart_port *sport = dev_get_drvdata(dev); in linflex_resume()