Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_ifx_cat1.c56 uint8_t *rx_next_buf; member
662 if (buffer_type == NEXT_BUFFER && !data->async.rx_next_buf) { in async_evt_rx_release_buffer()
671 event.data.rx_buf.buf = data->async.rx_next_buf; in async_evt_rx_release_buffer()
672 data->async.rx_next_buf = NULL; in async_evt_rx_release_buffer()
793 if (!data->async.rx_next_buf) { in dma_callback_rx_rdy()
799 data->async.dma_rx.buf = data->async.rx_next_buf; in dma_callback_rx_rdy()
803 data->async.rx_next_buf = NULL; in dma_callback_rx_rdy()
916 data->async.rx_next_buf = buf; in ifx_cat1_uart_async_rx_buf_rsp()
Duart_renesas_ra_sci.c62 uint8_t *rx_next_buf; member
608 .data.rx.buf = (uint8_t *)data->rx_next_buf, in async_rx_release_next_buf()
611 data->rx_next_buf = NULL; in async_rx_release_next_buf()
772 data->rx_next_buf = buf; in uart_ra_sci_async_rx_buf_rsp()
830 if (data->rx_next_buf) { in async_evt_rx_complete()
831 data->rx_buffer = data->rx_next_buf; in async_evt_rx_complete()
834 data->rx_next_buf = NULL; in async_evt_rx_complete()
Duart_esp32.c101 uint8_t *rx_next_buf; member
603 data->async.rx_buf = data->async.rx_next_buf; in uart_esp32_dma_rx_done()
605 data->async.rx_next_buf = NULL; in uart_esp32_dma_rx_done()
873 data->async.rx_next_buf = buf; in uart_esp32_async_rx_buf_rsp()
927 evt.data.rx_buf.buf = data->async.rx_next_buf; in uart_esp32_async_rx_disable()
933 data->async.rx_next_buf = NULL; in uart_esp32_async_rx_disable()
Duart_sam0.c85 uint8_t *rx_next_buf; member
269 dev_data->rx_buf = dev_data->rx_next_buf; in uart_sam0_dma_rx_done()
271 dev_data->rx_next_buf = NULL; in uart_sam0_dma_rx_done()
1098 dev_data->rx_next_buf = buf; in uart_sam0_rx_buf_rsp()
1154 .buf = dev_data->rx_next_buf, in uart_sam0_rx_disable()
1158 dev_data->rx_next_buf = NULL; in uart_sam0_rx_disable()