Lines Matching refs:uart_port
96 static inline struct s3c24xx_uart_port *to_ourport(struct uart_port *port) in to_ourport()
103 static inline const char *s3c24xx_serial_portname(struct uart_port *port) in s3c24xx_serial_portname()
108 static int s3c24xx_serial_txempty_nofifo(struct uart_port *port) in s3c24xx_serial_txempty_nofifo()
118 static int s3c24xx_serial_has_interrupt_mask(struct uart_port *port) in s3c24xx_serial_has_interrupt_mask()
123 static void s3c24xx_serial_rx_enable(struct uart_port *port) in s3c24xx_serial_rx_enable()
146 static void s3c24xx_serial_rx_disable(struct uart_port *port) in s3c24xx_serial_rx_disable()
161 static void s3c24xx_serial_stop_tx(struct uart_port *port) in s3c24xx_serial_stop_tx()
204 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_dma_complete()
234 struct uart_port *port = &ourport->port; in enable_tx_dma()
257 struct uart_port *port = &ourport->port; in enable_tx_pio()
290 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_tx_dma()
324 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_next_tx()
344 void s3c24xx_serial_start_tx(struct uart_port *port) in s3c24xx_serial_start_tx()
394 struct uart_port *port = &ourport->port; in uart_rx_drain_fifo()
415 static void s3c24xx_serial_stop_rx(struct uart_port *port) in s3c24xx_serial_stop_rx()
447 *s3c24xx_port_to_info(struct uart_port *port) in s3c24xx_port_to_info()
453 *s3c24xx_port_to_cfg(struct uart_port *port) in s3c24xx_port_to_cfg()
479 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_dma_complete()
536 struct uart_port *port = &ourport->port; in enable_rx_dma()
559 struct uart_port *port = &ourport->port; in enable_rx_pio()
581 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_dma()
628 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_pio()
729 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_chars()
804 struct uart_port *port = &ourport->port; in s3c64xx_serial_handle_irq()
819 static unsigned int s3c24xx_serial_tx_empty(struct uart_port *port) in s3c24xx_serial_tx_empty()
837 static unsigned int s3c24xx_serial_get_mctrl(struct uart_port *port) in s3c24xx_serial_get_mctrl()
847 static void s3c24xx_serial_set_mctrl(struct uart_port *port, unsigned int mctrl) in s3c24xx_serial_set_mctrl()
859 static void s3c24xx_serial_break_ctl(struct uart_port *port, int break_state) in s3c24xx_serial_break_ctl()
965 static void s3c24xx_serial_shutdown(struct uart_port *port) in s3c24xx_serial_shutdown()
998 static int s3c24xx_serial_startup(struct uart_port *port) in s3c24xx_serial_startup()
1044 static int s3c64xx_serial_startup(struct uart_port *port) in s3c64xx_serial_startup()
1097 static void s3c24xx_serial_pm(struct uart_port *port, unsigned int level, in s3c24xx_serial_pm()
1143 static inline int s3c24xx_serial_getsource(struct uart_port *port) in s3c24xx_serial_getsource()
1156 static void s3c24xx_serial_setsource(struct uart_port *port, in s3c24xx_serial_setsource()
1258 static void s3c24xx_serial_set_termios(struct uart_port *port, in s3c24xx_serial_set_termios()
1407 static const char *s3c24xx_serial_type(struct uart_port *port) in s3c24xx_serial_type()
1425 static void s3c24xx_serial_release_port(struct uart_port *port) in s3c24xx_serial_release_port()
1430 static int s3c24xx_serial_request_port(struct uart_port *port) in s3c24xx_serial_request_port()
1436 static void s3c24xx_serial_config_port(struct uart_port *port, int flags) in s3c24xx_serial_config_port()
1449 s3c24xx_serial_verify_port(struct uart_port *port, struct serial_struct *ser) in s3c24xx_serial_verify_port()
1477 static int s3c24xx_serial_get_poll_char(struct uart_port *port);
1478 static void s3c24xx_serial_put_poll_char(struct uart_port *port,
1576 static void s3c24xx_serial_resetport(struct uart_port *port, in s3c24xx_serial_resetport()
1605 struct uart_port *uport; in s3c24xx_serial_cpufreq_transition()
1693 struct uart_port *port = &ourport->port; in s3c24xx_serial_init_port()
1892 struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); in s3c24xx_serial_remove()
1908 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_suspend()
1918 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume()
1934 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume_noirq()
1967 static struct uart_port *cons_uart;
1970 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy()
2001 static int s3c24xx_serial_get_poll_char(struct uart_port *port) in s3c24xx_serial_get_poll_char()
2013 static void s3c24xx_serial_put_poll_char(struct uart_port *port, in s3c24xx_serial_put_poll_char()
2031 s3c24xx_serial_console_putchar(struct uart_port *port, int ch) in s3c24xx_serial_console_putchar()
2054 s3c24xx_serial_get_options(struct uart_port *port, int *baud, in s3c24xx_serial_get_options()
2124 struct uart_port *port; in s3c24xx_serial_console_setup()
2425 static void samsung_early_busyuart(struct uart_port *port) in samsung_early_busyuart()
2431 static void samsung_early_busyuart_fifo(struct uart_port *port) in samsung_early_busyuart_fifo()
2439 static void samsung_early_putc(struct uart_port *port, int c) in samsung_early_putc()