Lines Matching defs:port
48 struct uart_port port; member
129 static unsigned int ar933x_uart_tx_empty(struct uart_port *port) in ar933x_uart_tx_empty()
143 static unsigned int ar933x_uart_get_mctrl(struct uart_port *port) in ar933x_uart_get_mctrl()
154 static void ar933x_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in ar933x_uart_set_mctrl()
162 static void ar933x_uart_start_tx(struct uart_port *port) in ar933x_uart_start_tx()
201 static void ar933x_uart_stop_tx(struct uart_port *port) in ar933x_uart_stop_tx()
209 static void ar933x_uart_stop_rx(struct uart_port *port) in ar933x_uart_stop_rx()
217 static void ar933x_uart_break_ctl(struct uart_port *port, int break_state) in ar933x_uart_break_ctl()
284 static void ar933x_uart_set_termios(struct uart_port *port, in ar933x_uart_set_termios()
363 struct tty_port *port = &up->port.state->port; in ar933x_uart_rx_chars() local
479 static int ar933x_uart_startup(struct uart_port *port) in ar933x_uart_startup()
509 static void ar933x_uart_shutdown(struct uart_port *port) in ar933x_uart_shutdown()
525 static const char *ar933x_uart_type(struct uart_port *port) in ar933x_uart_type()
530 static void ar933x_uart_release_port(struct uart_port *port) in ar933x_uart_release_port()
535 static int ar933x_uart_request_port(struct uart_port *port) in ar933x_uart_request_port()
541 static void ar933x_uart_config_port(struct uart_port *port, int flags) in ar933x_uart_config_port()
547 static int ar933x_uart_verify_port(struct uart_port *port, in ar933x_uart_verify_port()
585 static int ar933x_config_rs485(struct uart_port *port, in ar933x_config_rs485()
623 static void ar933x_uart_console_putchar(struct uart_port *port, int ch) in ar933x_uart_console_putchar()
715 struct uart_port *port; in ar933x_uart_probe() local