Lines Matching defs:port

73 static inline unsigned int bcm_uart_readl(struct uart_port *port,  in bcm_uart_readl()
79 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel()
88 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty()
99 static void bcm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in bcm_uart_set_mctrl()
123 static unsigned int bcm_uart_get_mctrl(struct uart_port *port) in bcm_uart_get_mctrl()
143 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx()
159 static void bcm_uart_start_tx(struct uart_port *port) in bcm_uart_start_tx()
175 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx()
187 static void bcm_uart_enable_ms(struct uart_port *port) in bcm_uart_enable_ms()
199 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) in bcm_uart_break_ctl()
219 static const char *bcm_uart_type(struct uart_port *port) in bcm_uart_type()
227 static void bcm_uart_do_rx(struct uart_port *port) in bcm_uart_do_rx()
304 static void bcm_uart_do_tx(struct uart_port *port) in bcm_uart_do_tx()
360 struct uart_port *port; in bcm_uart_interrupt() local
392 static void bcm_uart_enable(struct uart_port *port) in bcm_uart_enable()
404 static void bcm_uart_disable(struct uart_port *port) in bcm_uart_disable()
417 static void bcm_uart_flush(struct uart_port *port) in bcm_uart_flush()
434 static int bcm_uart_startup(struct uart_port *port) in bcm_uart_startup()
479 static void bcm_uart_shutdown(struct uart_port *port) in bcm_uart_shutdown()
495 static void bcm_uart_set_termios(struct uart_port *port, in bcm_uart_set_termios()
585 static int bcm_uart_request_port(struct uart_port *port) in bcm_uart_request_port()
594 static void bcm_uart_release_port(struct uart_port *port) in bcm_uart_release_port()
602 static void bcm_uart_config_port(struct uart_port *port, int flags) in bcm_uart_config_port()
615 static int bcm_uart_verify_port(struct uart_port *port, in bcm_uart_verify_port()
652 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr()
684 static void bcm_console_putchar(struct uart_port *port, int ch) in bcm_console_putchar()
696 struct uart_port *port; in bcm_console_write() local
730 struct uart_port *port; in bcm_console_setup() local
808 struct uart_port *port; in bcm_uart_probe() local
869 struct uart_port *port; in bcm_uart_remove() local