Lines Matching refs:uart_port
95 static inline struct s3c24xx_uart_port *to_ourport(struct uart_port *port) in to_ourport()
102 static inline const char *s3c24xx_serial_portname(struct uart_port *port) in s3c24xx_serial_portname()
107 static int s3c24xx_serial_txempty_nofifo(struct uart_port *port) in s3c24xx_serial_txempty_nofifo()
117 static int s3c24xx_serial_has_interrupt_mask(struct uart_port *port) in s3c24xx_serial_has_interrupt_mask()
122 static void s3c24xx_serial_rx_enable(struct uart_port *port) in s3c24xx_serial_rx_enable()
145 static void s3c24xx_serial_rx_disable(struct uart_port *port) in s3c24xx_serial_rx_disable()
160 static void s3c24xx_serial_stop_tx(struct uart_port *port) in s3c24xx_serial_stop_tx()
203 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_dma_complete()
233 struct uart_port *port = &ourport->port; in enable_tx_dma()
256 struct uart_port *port = &ourport->port; in enable_tx_pio()
289 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_tx_dma()
323 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_next_tx()
343 static void s3c24xx_serial_start_tx(struct uart_port *port) in s3c24xx_serial_start_tx()
388 static void s3c24xx_serial_stop_rx(struct uart_port *port) in s3c24xx_serial_stop_rx()
420 *s3c24xx_port_to_info(struct uart_port *port) in s3c24xx_port_to_info()
426 *s3c24xx_port_to_cfg(struct uart_port *port) in s3c24xx_port_to_cfg()
452 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_dma_complete()
509 struct uart_port *port = &ourport->port; in enable_rx_dma()
532 struct uart_port *port = &ourport->port; in enable_rx_pio()
556 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_dma()
602 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_drain_fifo()
681 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_pio()
704 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_chars()
779 struct uart_port *port = &ourport->port; in s3c64xx_serial_handle_irq()
794 static unsigned int s3c24xx_serial_tx_empty(struct uart_port *port) in s3c24xx_serial_tx_empty()
812 static unsigned int s3c24xx_serial_get_mctrl(struct uart_port *port) in s3c24xx_serial_get_mctrl()
822 static void s3c24xx_serial_set_mctrl(struct uart_port *port, unsigned int mctrl) in s3c24xx_serial_set_mctrl()
834 static void s3c24xx_serial_break_ctl(struct uart_port *port, int break_state) in s3c24xx_serial_break_ctl()
940 static void s3c24xx_serial_shutdown(struct uart_port *port) in s3c24xx_serial_shutdown()
973 static int s3c24xx_serial_startup(struct uart_port *port) in s3c24xx_serial_startup()
1019 static int s3c64xx_serial_startup(struct uart_port *port) in s3c64xx_serial_startup()
1072 static void s3c24xx_serial_pm(struct uart_port *port, unsigned int level, in s3c24xx_serial_pm()
1118 static inline int s3c24xx_serial_getsource(struct uart_port *port) in s3c24xx_serial_getsource()
1131 static void s3c24xx_serial_setsource(struct uart_port *port, in s3c24xx_serial_setsource()
1233 static void s3c24xx_serial_set_termios(struct uart_port *port, in s3c24xx_serial_set_termios()
1382 static const char *s3c24xx_serial_type(struct uart_port *port) in s3c24xx_serial_type()
1400 static void s3c24xx_serial_release_port(struct uart_port *port) in s3c24xx_serial_release_port()
1405 static int s3c24xx_serial_request_port(struct uart_port *port) in s3c24xx_serial_request_port()
1411 static void s3c24xx_serial_config_port(struct uart_port *port, int flags) in s3c24xx_serial_config_port()
1424 s3c24xx_serial_verify_port(struct uart_port *port, struct serial_struct *ser) in s3c24xx_serial_verify_port()
1452 static int s3c24xx_serial_get_poll_char(struct uart_port *port);
1453 static void s3c24xx_serial_put_poll_char(struct uart_port *port,
1551 static void s3c24xx_serial_resetport(struct uart_port *port, in s3c24xx_serial_resetport()
1580 struct uart_port *uport; in s3c24xx_serial_cpufreq_transition()
1668 struct uart_port *port = &ourport->port; in s3c24xx_serial_init_port()
1867 struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); in s3c24xx_serial_remove()
1883 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_suspend()
1893 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume()
1909 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume_noirq()
1942 static struct uart_port *cons_uart;
1945 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy()
1976 static int s3c24xx_serial_get_poll_char(struct uart_port *port) in s3c24xx_serial_get_poll_char()
1988 static void s3c24xx_serial_put_poll_char(struct uart_port *port, in s3c24xx_serial_put_poll_char()
2006 s3c24xx_serial_console_putchar(struct uart_port *port, int ch) in s3c24xx_serial_console_putchar()
2029 s3c24xx_serial_get_options(struct uart_port *port, int *baud, in s3c24xx_serial_get_options()
2099 struct uart_port *port; in s3c24xx_serial_console_setup()
2400 static void samsung_early_busyuart(struct uart_port *port) in samsung_early_busyuart()
2406 static void samsung_early_busyuart_fifo(struct uart_port *port) in samsung_early_busyuart_fifo()
2414 static void samsung_early_putc(struct uart_port *port, int c) in samsung_early_putc()