Lines Matching defs:port

79 	struct uart_port port;  member
100 static unsigned int efm32_uart_tx_empty(struct uart_port *port) in efm32_uart_tx_empty()
111 static void efm32_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in efm32_uart_set_mctrl()
116 static unsigned int efm32_uart_get_mctrl(struct uart_port *port) in efm32_uart_get_mctrl()
122 static void efm32_uart_stop_tx(struct uart_port *port) in efm32_uart_stop_tx()
134 struct uart_port *port = &efm_port->port; in efm32_uart_tx_chars() local
164 static void efm32_uart_start_tx(struct uart_port *port) in efm32_uart_start_tx()
179 static void efm32_uart_stop_rx(struct uart_port *port) in efm32_uart_stop_rx()
186 static void efm32_uart_break_ctl(struct uart_port *port, int ctl) in efm32_uart_break_ctl()
193 struct uart_port *port = &efm_port->port; in efm32_uart_rx_chars() local
244 struct uart_port *port = &efm_port->port; in efm32_uart_rxirq() local
287 static int efm32_uart_startup(struct uart_port *port) in efm32_uart_startup()
333 static void efm32_uart_shutdown(struct uart_port *port) in efm32_uart_shutdown()
343 static void efm32_uart_set_termios(struct uart_port *port, in efm32_uart_set_termios()
425 static const char *efm32_uart_type(struct uart_port *port) in efm32_uart_type()
430 static void efm32_uart_release_port(struct uart_port *port) in efm32_uart_release_port()
439 static int efm32_uart_request_port(struct uart_port *port) in efm32_uart_request_port()
470 static void efm32_uart_config_port(struct uart_port *port, int type) in efm32_uart_config_port()
477 static int efm32_uart_verify_port(struct uart_port *port, in efm32_uart_verify_port()
509 static void efm32_uart_console_putchar(struct uart_port *port, int ch) in efm32_uart_console_putchar()