• Home
  • Raw
  • Download

Lines Matching defs:port

86 #define tx_enabled(port) ((port)->unused[0])  argument
87 #define rx_enabled(port) ((port)->unused[1]) argument
92 static inline struct s3c24xx_uart_port *to_ourport(struct uart_port *port) in to_ourport()
99 static inline const char *s3c24xx_serial_portname(struct uart_port *port) in s3c24xx_serial_portname()
104 static int s3c24xx_serial_txempty_nofifo(struct uart_port *port) in s3c24xx_serial_txempty_nofifo()
114 static int s3c24xx_serial_has_interrupt_mask(struct uart_port *port) in s3c24xx_serial_has_interrupt_mask()
119 static void s3c24xx_serial_rx_enable(struct uart_port *port) in s3c24xx_serial_rx_enable()
142 static void s3c24xx_serial_rx_disable(struct uart_port *port) in s3c24xx_serial_rx_disable()
157 static void s3c24xx_serial_stop_tx(struct uart_port *port) in s3c24xx_serial_stop_tx()
199 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_dma_complete() local
229 struct uart_port *port = &ourport->port; in enable_tx_dma() local
251 struct uart_port *port = &ourport->port; in enable_tx_pio() local
284 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_tx_dma() local
318 struct uart_port *port = &ourport->port; in s3c24xx_serial_start_next_tx() local
338 static void s3c24xx_serial_start_tx(struct uart_port *port) in s3c24xx_serial_start_tx()
383 static void s3c24xx_serial_stop_rx(struct uart_port *port) in s3c24xx_serial_stop_rx()
415 *s3c24xx_port_to_info(struct uart_port *port) in s3c24xx_port_to_info()
421 *s3c24xx_port_to_cfg(struct uart_port *port) in s3c24xx_port_to_cfg()
447 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_dma_complete() local
504 struct uart_port *port = &ourport->port; in enable_rx_dma() local
527 struct uart_port *port = &ourport->port; in enable_rx_pio() local
551 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_dma() local
597 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_drain_fifo() local
684 struct uart_port *port = &ourport->port; in s3c24xx_serial_rx_chars_pio() local
707 struct uart_port *port = &ourport->port; in s3c24xx_serial_tx_chars() local
782 struct uart_port *port = &ourport->port; in s3c64xx_serial_handle_irq() local
797 static unsigned int s3c24xx_serial_tx_empty(struct uart_port *port) in s3c24xx_serial_tx_empty()
815 static unsigned int s3c24xx_serial_get_mctrl(struct uart_port *port) in s3c24xx_serial_get_mctrl()
825 static void s3c24xx_serial_set_mctrl(struct uart_port *port, unsigned int mctrl) in s3c24xx_serial_set_mctrl()
837 static void s3c24xx_serial_break_ctl(struct uart_port *port, int break_state) in s3c24xx_serial_break_ctl()
974 static void s3c24xx_serial_shutdown(struct uart_port *port) in s3c24xx_serial_shutdown()
1007 static int s3c24xx_serial_startup(struct uart_port *port) in s3c24xx_serial_startup()
1053 static int s3c64xx_serial_startup(struct uart_port *port) in s3c64xx_serial_startup()
1106 static void s3c24xx_serial_pm(struct uart_port *port, unsigned int level, in s3c24xx_serial_pm()
1152 static inline int s3c24xx_serial_getsource(struct uart_port *port) in s3c24xx_serial_getsource()
1165 static void s3c24xx_serial_setsource(struct uart_port *port, in s3c24xx_serial_setsource()
1267 static void s3c24xx_serial_set_termios(struct uart_port *port, in s3c24xx_serial_set_termios()
1419 static const char *s3c24xx_serial_type(struct uart_port *port) in s3c24xx_serial_type()
1437 static void s3c24xx_serial_release_port(struct uart_port *port) in s3c24xx_serial_release_port()
1442 static int s3c24xx_serial_request_port(struct uart_port *port) in s3c24xx_serial_request_port()
1448 static void s3c24xx_serial_config_port(struct uart_port *port, int flags) in s3c24xx_serial_config_port()
1461 s3c24xx_serial_verify_port(struct uart_port *port, struct serial_struct *ser) in s3c24xx_serial_verify_port()
1588 static void s3c24xx_serial_resetport(struct uart_port *port, in s3c24xx_serial_resetport()
1616 struct s3c24xx_uart_port *port; in s3c24xx_serial_cpufreq_transition() local
1669 s3c24xx_serial_cpufreq_register(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_register()
1678 s3c24xx_serial_cpufreq_deregister(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_deregister()
1686 s3c24xx_serial_cpufreq_register(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_register()
1692 s3c24xx_serial_cpufreq_deregister(struct s3c24xx_uart_port *port) in s3c24xx_serial_cpufreq_deregister()
1741 struct uart_port *port = &ourport->port; in s3c24xx_serial_init_port() local
1958 struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); in s3c24xx_serial_remove() local
1974 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_suspend() local
1984 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume() local
2004 struct uart_port *port = s3c24xx_dev_to_port(dev); in s3c24xx_serial_resume_noirq() local
2047 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy()
2078 static int s3c24xx_serial_get_poll_char(struct uart_port *port) in s3c24xx_serial_get_poll_char()
2090 static void s3c24xx_serial_put_poll_char(struct uart_port *port, in s3c24xx_serial_put_poll_char()
2108 s3c24xx_serial_console_putchar(struct uart_port *port, int ch) in s3c24xx_serial_console_putchar()
2131 s3c24xx_serial_get_options(struct uart_port *port, int *baud, in s3c24xx_serial_get_options()
2201 struct uart_port *port; in s3c24xx_serial_console_setup() local
2502 static void samsung_early_busyuart(struct uart_port *port) in samsung_early_busyuart()
2508 static void samsung_early_busyuart_fifo(struct uart_port *port) in samsung_early_busyuart_fifo()
2516 static void samsung_early_putc(struct uart_port *port, int c) in samsung_early_putc()