Lines Matching defs:efm_port

85 #define efm_debug(efm_port, format, arg...)			\  argument
88 static void efm32_uart_write32(struct efm32_uart_port *efm_port, in efm32_uart_write32()
94 static u32 efm32_uart_read32(struct efm32_uart_port *efm_port, in efm32_uart_read32()
102 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_tx_empty() local
124 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_stop_tx() local
132 static void efm32_uart_tx_chars(struct efm32_uart_port *efm_port) in efm32_uart_tx_chars()
166 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_start_tx() local
181 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_stop_rx() local
191 static void efm32_uart_rx_chars(struct efm32_uart_port *efm_port) in efm32_uart_rx_chars()
241 struct efm32_uart_port *efm_port = data; in efm32_uart_rxirq() local
273 struct efm32_uart_port *efm_port = data; in efm32_uart_txirq() local
289 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_startup() local
335 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_shutdown() local
346 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_set_termios() local
432 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_release_port() local
441 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_request_port() local
511 struct efm32_uart_port *efm_port = to_efm_port(port); in efm32_uart_console_putchar() local
529 struct efm32_uart_port *efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_write() local
552 static void efm32_uart_console_get_options(struct efm32_uart_port *efm_port, in efm32_uart_console_get_options()
593 struct efm32_uart_port *efm_port; in efm32_uart_console_setup() local
661 struct efm32_uart_port *efm_port) in efm32_uart_probe_dt()
704 struct efm32_uart_port *efm_port; in efm32_uart_probe() local
789 struct efm32_uart_port *efm_port = platform_get_drvdata(pdev); in efm32_uart_remove() local