Lines Matching defs:port
90 #define tx_enabled(port) ((port)->unused[0]) argument
91 #define rx_enabled(port) ((port)->unused[1]) argument
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() local
234 struct uart_port *port = &ourport->port; in enable_tx_dma() local
257 struct uart_port *port = &ourport->port; in enable_tx_pio() local
290 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_tx_dma() local
324 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_next_tx() local
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() local
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() local
536 struct uart_port *port = &ourport->port; in enable_rx_dma() local
559 struct uart_port *port = &ourport->port; in enable_rx_pio() local
581 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_dma() local
628 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_pio() local
729 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_chars() local
804 struct uart_port *port = &ourport->port; in s3c64xx_serial_handle_irq() local
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()
1576 static void s3c24xx_serial_resetport(struct uart_port *port, in s3c24xx_serial_resetport()
1604 struct s3c24xx_uart_port *port; in s3c24xx_serial_cpufreq_transition() local
1657 s3c24xx_serial_cpufreq_register(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_register()
1666 s3c24xx_serial_cpufreq_deregister(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_deregister()
1674 s3c24xx_serial_cpufreq_register(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_register()
1680 s3c24xx_serial_cpufreq_deregister(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_deregister()
1693 struct uart_port *port = &ourport->port; in s3c24xx_serial_init_port() local
1892 struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); in s3c24xx_serial_remove() local
1908 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_suspend() local
1918 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume() local
1934 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume_noirq() local
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() local
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()