Lines Matching refs:uart_xmc4xxx_config
25 struct uart_xmc4xxx_config { struct
77 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_poll_in()
96 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_poll_out()
113 static void disable_tx_events(const struct uart_xmc4xxx_config *config) in disable_tx_events()
125 static void enable_tx_events(const struct uart_xmc4xxx_config *config) in enable_tx_events()
160 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_isr()
180 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_configure_service_requests()
219 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_tx_ready()
231 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_rx_disable()
244 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_rx_enable()
280 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_fifo_fill()
301 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_fifo_read()
322 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_tx_enable()
335 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_tx_disable()
347 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_rx_ready()
373 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_irq_is_pending()
577 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_async_init()
642 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_async_tx()
889 const struct uart_xmc4xxx_config *config = dev->config; in uart_xmc4xxx_init()
1025 static const struct uart_xmc4xxx_config xmc4xxx_config_##index = { \