Lines Matching defs:efm_port

87 #define efm_debug(efm_port, format, arg...)			\  argument
90 static void efm32_uart_write32(struct efm32_uart_port *efm_port, in efm32_uart_write32()
96 static u32 efm32_uart_read32(struct efm32_uart_port *efm_port, in efm32_uart_read32()
104 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_tx_empty() local
126 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_stop_tx() local
134 static void efm32_uart_tx_chars(struct efm32_uart_port *efm_port) in efm32_uart_tx_chars()
168 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_start_tx() local
183 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_stop_rx() local
193 static void efm32_uart_rx_chars(struct efm32_uart_port *efm_port) in efm32_uart_rx_chars()
243 struct efm32_uart_port *efm_port = data; in efm32_uart_rxirq() local
275 struct efm32_uart_port *efm_port = data; in efm32_uart_txirq() local
291 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_startup() local
337 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_shutdown() local
348 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_set_termios() local
434 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_release_port() local
443 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_request_port() local
513 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_console_putchar() local
531 struct efm32_uart_port *efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_write() local
554 static void efm32_uart_console_get_options(struct efm32_uart_port *efm_port, in efm32_uart_console_get_options()
591 struct efm32_uart_port *efm_port; in efm32_uart_console_setup() local
659 struct efm32_uart_port *efm_port) in efm32_uart_probe_dt()
702 struct efm32_uart_port *efm_port; in efm32_uart_probe() local
786 struct efm32_uart_port *efm_port = platform_get_drvdata(pdev); in efm32_uart_remove() local