• Home
  • Raw
  • Download

Lines Matching defs:port

80 static inline unsigned int bcm_uart_readl(struct uart_port *port,  in bcm_uart_readl()
86 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel()
95 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty()
106 static void bcm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in bcm_uart_set_mctrl()
130 static unsigned int bcm_uart_get_mctrl(struct uart_port *port) in bcm_uart_get_mctrl()
150 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx()
166 static void bcm_uart_start_tx(struct uart_port *port) in bcm_uart_start_tx()
182 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx()
194 static void bcm_uart_enable_ms(struct uart_port *port) in bcm_uart_enable_ms()
206 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) in bcm_uart_break_ctl()
226 static const char *bcm_uart_type(struct uart_port *port) in bcm_uart_type()
234 static void bcm_uart_do_rx(struct uart_port *port) in bcm_uart_do_rx()
313 static void bcm_uart_do_tx(struct uart_port *port) in bcm_uart_do_tx()
369 struct uart_port *port; in bcm_uart_interrupt() local
401 static void bcm_uart_enable(struct uart_port *port) in bcm_uart_enable()
413 static void bcm_uart_disable(struct uart_port *port) in bcm_uart_disable()
426 static void bcm_uart_flush(struct uart_port *port) in bcm_uart_flush()
443 static int bcm_uart_startup(struct uart_port *port) in bcm_uart_startup()
488 static void bcm_uart_shutdown(struct uart_port *port) in bcm_uart_shutdown()
504 static void bcm_uart_set_termios(struct uart_port *port, in bcm_uart_set_termios()
589 static int bcm_uart_request_port(struct uart_port *port) in bcm_uart_request_port()
598 static void bcm_uart_release_port(struct uart_port *port) in bcm_uart_release_port()
606 static void bcm_uart_config_port(struct uart_port *port, int flags) in bcm_uart_config_port()
619 static int bcm_uart_verify_port(struct uart_port *port, in bcm_uart_verify_port()
656 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
688 static void bcm_console_putchar(struct uart_port *port, int ch) in bcm_console_putchar()
700 struct uart_port *port; in bcm_console_write() local
734 struct uart_port *port; in bcm_console_setup() local
812 struct uart_port *port; in bcm_uart_probe() local
870 struct uart_port *port; in bcm_uart_remove() local