• Home
  • Raw
  • Download

Lines Matching defs:port

77 static inline unsigned int bcm_uart_readl(struct uart_port *port,  in bcm_uart_readl()
83 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel()
92 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty()
103 static void bcm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in bcm_uart_set_mctrl()
127 static unsigned int bcm_uart_get_mctrl(struct uart_port *port) in bcm_uart_get_mctrl()
147 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx()
163 static void bcm_uart_start_tx(struct uart_port *port) in bcm_uart_start_tx()
179 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx()
191 static void bcm_uart_enable_ms(struct uart_port *port) in bcm_uart_enable_ms()
203 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) in bcm_uart_break_ctl()
223 static const char *bcm_uart_type(struct uart_port *port) in bcm_uart_type()
231 static void bcm_uart_do_rx(struct uart_port *port) in bcm_uart_do_rx()
310 static void bcm_uart_do_tx(struct uart_port *port) in bcm_uart_do_tx()
366 struct uart_port *port; in bcm_uart_interrupt() local
398 static void bcm_uart_enable(struct uart_port *port) in bcm_uart_enable()
410 static void bcm_uart_disable(struct uart_port *port) in bcm_uart_disable()
423 static void bcm_uart_flush(struct uart_port *port) in bcm_uart_flush()
440 static int bcm_uart_startup(struct uart_port *port) in bcm_uart_startup()
485 static void bcm_uart_shutdown(struct uart_port *port) in bcm_uart_shutdown()
501 static void bcm_uart_set_termios(struct uart_port *port, in bcm_uart_set_termios()
591 static int bcm_uart_request_port(struct uart_port *port) in bcm_uart_request_port()
600 static void bcm_uart_release_port(struct uart_port *port) in bcm_uart_release_port()
608 static void bcm_uart_config_port(struct uart_port *port, int flags) in bcm_uart_config_port()
621 static int bcm_uart_verify_port(struct uart_port *port, in bcm_uart_verify_port()
658 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
690 static void bcm_console_putchar(struct uart_port *port, int ch) in bcm_console_putchar()
702 struct uart_port *port; in bcm_console_write() local
736 struct uart_port *port; in bcm_console_setup() local
814 struct uart_port *port; in bcm_uart_probe() local
874 struct uart_port *port; in bcm_uart_remove() local