Home
last modified time | relevance | path

Searched refs:real_uart (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/drivers/console/
Duart_mux.c100 struct uart_mux *real_uart; member
235 dev_data->real_uart = NULL; /* will be set when user attach to it */ in uart_mux_init()
255 struct uart_mux *real_uart = user_data; in uart_mux_isr() local
262 rx = uart_fifo_read(uart, real_uart->rx_buf, in uart_mux_isr()
263 sizeof(real_uart->rx_buf)); in uart_mux_isr()
268 wrote = ring_buf_put(real_uart->rx_ringbuf, in uart_mux_isr()
269 real_uart->rx_buf, rx); in uart_mux_isr()
274 k_work_submit_to_queue(&uart_mux_workq, &real_uart->rx_work); in uart_mux_isr()
290 const struct device *uart = dev_data->real_uart->uart; in uart_mux_disable()
296 gsm_mux_detach(dev_data->real_uart->mux); in uart_mux_disable()
[all …]