Lines Matching defs:port
48 struct uart_port port; member
120 static unsigned int ar933x_uart_tx_empty(struct uart_port *port) in ar933x_uart_tx_empty()
134 static unsigned int ar933x_uart_get_mctrl(struct uart_port *port) in ar933x_uart_get_mctrl()
139 static void ar933x_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in ar933x_uart_set_mctrl()
143 static void ar933x_uart_start_tx(struct uart_port *port) in ar933x_uart_start_tx()
151 static void ar933x_uart_stop_tx(struct uart_port *port) in ar933x_uart_stop_tx()
159 static void ar933x_uart_stop_rx(struct uart_port *port) in ar933x_uart_stop_rx()
168 static void ar933x_uart_break_ctl(struct uart_port *port, int break_state) in ar933x_uart_break_ctl()
235 static void ar933x_uart_set_termios(struct uart_port *port, in ar933x_uart_set_termios()
310 struct tty_port *port = &up->port.state->port; in ar933x_uart_rx_chars() local
411 static int ar933x_uart_startup(struct uart_port *port) in ar933x_uart_startup()
438 static void ar933x_uart_shutdown(struct uart_port *port) in ar933x_uart_shutdown()
454 static const char *ar933x_uart_type(struct uart_port *port) in ar933x_uart_type()
459 static void ar933x_uart_release_port(struct uart_port *port) in ar933x_uart_release_port()
464 static int ar933x_uart_request_port(struct uart_port *port) in ar933x_uart_request_port()
470 static void ar933x_uart_config_port(struct uart_port *port, int flags) in ar933x_uart_config_port()
476 static int ar933x_uart_verify_port(struct uart_port *port, in ar933x_uart_verify_port()
531 static void ar933x_uart_console_putchar(struct uart_port *port, int ch) in ar933x_uart_console_putchar()
630 struct uart_port *port; in ar933x_uart_probe() local