Lines Matching defs:port

81 	struct uart_port port;  member
102 static unsigned int efm32_uart_tx_empty(struct uart_port *port) in efm32_uart_tx_empty()
113 static void efm32_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in efm32_uart_set_mctrl()
118 static unsigned int efm32_uart_get_mctrl(struct uart_port *port) in efm32_uart_get_mctrl()
124 static void efm32_uart_stop_tx(struct uart_port *port) in efm32_uart_stop_tx()
136 struct uart_port *port = &efm_port->port; in efm32_uart_tx_chars() local
166 static void efm32_uart_start_tx(struct uart_port *port) in efm32_uart_start_tx()
181 static void efm32_uart_stop_rx(struct uart_port *port) in efm32_uart_stop_rx()
188 static void efm32_uart_break_ctl(struct uart_port *port, int ctl) in efm32_uart_break_ctl()
195 struct uart_port *port = &efm_port->port; in efm32_uart_rx_chars() local
246 struct uart_port *port = &efm_port->port; in efm32_uart_rxirq() local
289 static int efm32_uart_startup(struct uart_port *port) in efm32_uart_startup()
335 static void efm32_uart_shutdown(struct uart_port *port) in efm32_uart_shutdown()
345 static void efm32_uart_set_termios(struct uart_port *port, in efm32_uart_set_termios()
427 static const char *efm32_uart_type(struct uart_port *port) in efm32_uart_type()
432 static void efm32_uart_release_port(struct uart_port *port) in efm32_uart_release_port()
441 static int efm32_uart_request_port(struct uart_port *port) in efm32_uart_request_port()
472 static void efm32_uart_config_port(struct uart_port *port, int type) in efm32_uart_config_port()
479 static int efm32_uart_verify_port(struct uart_port *port, in efm32_uart_verify_port()
511 static void efm32_uart_console_putchar(struct uart_port *port, int ch) in efm32_uart_console_putchar()