Lines Matching refs:uart_port

39 static void apbuart_tx_chars(struct uart_port *port);
41 static void apbuart_stop_tx(struct uart_port *port) in apbuart_stop_tx()
50 static void apbuart_start_tx(struct uart_port *port) in apbuart_start_tx()
62 static void apbuart_stop_rx(struct uart_port *port) in apbuart_stop_rx()
71 static void apbuart_rx_chars(struct uart_port *port) in apbuart_rx_chars()
123 static void apbuart_tx_chars(struct uart_port *port) in apbuart_tx_chars()
159 struct uart_port *port = dev_id; in apbuart_int()
175 static unsigned int apbuart_tx_empty(struct uart_port *port) in apbuart_tx_empty()
181 static unsigned int apbuart_get_mctrl(struct uart_port *port) in apbuart_get_mctrl()
187 static void apbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in apbuart_set_mctrl()
192 static void apbuart_break_ctl(struct uart_port *port, int break_state) in apbuart_break_ctl()
197 static int apbuart_startup(struct uart_port *port) in apbuart_startup()
216 static void apbuart_shutdown(struct uart_port *port) in apbuart_shutdown()
230 static void apbuart_set_termios(struct uart_port *port, in apbuart_set_termios()
283 static const char *apbuart_type(struct uart_port *port) in apbuart_type()
288 static void apbuart_release_port(struct uart_port *port) in apbuart_release_port()
293 static int apbuart_request_port(struct uart_port *port) in apbuart_request_port()
301 static void apbuart_config_port(struct uart_port *port, int flags) in apbuart_config_port()
310 static int apbuart_verify_port(struct uart_port *port, in apbuart_verify_port()
341 static struct uart_port grlib_apbuart_ports[UART_NR];
344 static int apbuart_scan_fifo_size(struct uart_port *port, int portnumber) in apbuart_scan_fifo_size()
401 static void apbuart_flush_fifo(struct uart_port *port) in apbuart_flush_fifo()
416 static void apbuart_console_putchar(struct uart_port *port, unsigned char ch) in apbuart_console_putchar()
428 struct uart_port *port = &grlib_apbuart_ports[co->index]; in apbuart_console_write()
449 apbuart_console_get_options(struct uart_port *port, int *baud, in apbuart_console_get_options()
473 struct uart_port *port; in apbuart_console_setup()
550 struct uart_port *port = NULL; in apbuart_probe()
561 uart_add_one_port(&grlib_apbuart_driver, (struct uart_port *) port); in apbuart_probe()
563 apbuart_flush_fifo((struct uart_port *) port); in apbuart_probe()
599 struct uart_port *port; in grlib_apbuart_configure()
627 port->fifosize = apbuart_scan_fifo_size((struct uart_port *) port, line); in grlib_apbuart_configure()