Home
last modified time | relevance | path

Searched refs:uart_event (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c36 struct uart_event evt; in tx_done()
97 struct uart_event evt; in test_hello()
141 struct uart_event evt; in ZTEST()
169 struct uart_event evt; in ZTEST()
208 struct uart_event evt; in ZTEST()
256 struct uart_event evt; in ZTEST()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_nrfx_uart.c394 static void user_callback(const struct device *dev, struct uart_event *event) in user_callback()
453 struct uart_event evt = { in uart_nrfx_tx_abort()
536 struct uart_event event; in rx_rdy_evt()
551 struct uart_event event = { in buf_released_evt()
560 struct uart_event event = { in rx_disabled_evt()
581 struct uart_event event; in rx_isr()
662 struct uart_event event = { in tx_isr()
694 struct uart_event event = { in error_isr()
764 struct uart_event evt; in tx_timeout()
Dserial_test.c335 struct uart_event evt; in serial_vnd_api_tx()
353 evt = (struct uart_event){ in serial_vnd_api_tx()
366 struct uart_event evt; in async_rx_run()
382 evt = (struct uart_event){ in async_rx_run()
395 evt = (struct uart_event){ in async_rx_run()
Duart_emul.c384 static void uart_emul_post_event(const struct device *dev, struct uart_event *evt) in uart_emul_post_event()
397 uart_emul_post_event(dev, &(struct uart_event){.type = type}); in uart_emul_simple_event()
450 struct uart_event rx_rdy_event = { in uart_emul_async_rx_timeout_handler()
462 struct uart_event rx_buf_released_event = { in uart_emul_async_rx_timeout_handler()
558 struct uart_event rx_rdy_event = { in uart_emul_async_rx_handler()
569 struct uart_event rx_buf_released_event = { in uart_emul_async_rx_handler()
657 struct uart_event tx_done_event = { in uart_emul_async_tx_handler()
699 struct uart_event rx_rdy_event = { in uart_emul_rx_stop()
711 struct uart_event rx_buf_released_event = { in uart_emul_rx_stop()
781 struct uart_event tx_aborted_event = { in uart_emul_tx_abort()
Duart_mcux_flexcomm.c390 struct uart_event *evt) in async_user_callback()
523 struct uart_event tx_abort_event = { in mcux_flexcomm_uart_tx_abort()
602 struct uart_event rx_buf_request = { in mcux_flexcomm_uart_rx_enable()
627 struct uart_event rx_rdy_event = { in flexcomm_uart_rx_update()
679 struct uart_event current_buffer_release_event = { in mcux_flexcomm_uart_rx_disable()
688 struct uart_event next_buffer_release_event = { in mcux_flexcomm_uart_rx_disable()
705 struct uart_event rx_disabled_event = { in mcux_flexcomm_uart_rx_disable()
774 struct uart_event current_buffer_release_event = { in mcux_flexcomm_uart_dma_rx_callback()
797 struct uart_event rx_buf_request = { in mcux_flexcomm_uart_dma_rx_callback()
985 struct uart_event tx_done_event = { in mcux_flexcomm_isr()
Duart_renesas_ra8_sci_b.c434 static inline void async_user_callback(const struct device *dev, struct uart_event *event) in async_user_callback()
446 struct uart_event event = { in async_rx_error()
458 struct uart_event event = { in async_rx_disabled()
466 struct uart_event event = { in async_request_rx_buffer()
480 struct uart_event event = { in async_rx_ready()
518 struct uart_event event = { in async_release_rx_buffer()
538 struct uart_event event = { in async_release_rx_next_buffer()
551 struct uart_event event = { in async_update_tx_buffer()
567 struct uart_event event = { in async_tx_abort()
Duart_sam0.c154 struct uart_event evt = { in uart_sam0_tx_halt()
205 struct uart_event evt = { in uart_sam0_notify_rx_processed()
242 struct uart_event evt = { in uart_sam0_dma_rx_done()
258 struct uart_event evt = { in uart_sam0_dma_rx_done()
295 struct uart_event evt = { in uart_sam0_dma_rx_done()
732 struct uart_event evt = { in uart_sam0_isr()
757 struct uart_event evt = { in uart_sam0_isr()
1141 struct uart_event evt = { in uart_sam0_rx_disable()
1156 struct uart_event next_evt = { in uart_sam0_rx_disable()
Duart_npcx.c419 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback()
433 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
458 struct uart_event event = {.type = UART_TX_DONE, in async_evt_tx_done()
503 struct uart_event evt = { in async_evt_rx_buf_request()
611 struct uart_event tx_aborted_event = { in uart_npcx_async_tx_abort()
680 struct uart_event evt = { in async_evt_rx_buf_release()
728 struct uart_event disabled_event = {.type = UART_RX_DISABLED}; in uart_npcx_async_rx_disable()
Duart_mcux_lpuart.c427 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback()
443 struct uart_event event = { in async_evt_tx_done()
461 struct uart_event event = { in async_evt_rx_rdy()
482 struct uart_event evt = { in async_evt_rx_buf_request()
492 struct uart_event evt = { in async_evt_rx_buf_release()
563 struct uart_event disabled_event = { in mcux_lpuart_rx_disable()
800 struct uart_event tx_aborted_event = { in mcux_lpuart_tx_abort()
Duart_esp32.c531 struct uart_event evt = {0}; in uart_esp32_dma_rx_done()
601 struct uart_event evt = {0}; in uart_esp32_dma_tx_done()
623 struct uart_event evt = {0}; in uart_esp32_async_tx_abort()
665 struct uart_event evt = {0}; in uart_esp32_async_rx_timeout()
772 struct uart_event evt = {0}; in uart_esp32_async_rx_enable()
855 struct uart_event evt = {0}; in uart_esp32_async_rx_disable()
Duart_xmc4xxx.c397 struct uart_event evt = {.type = UART_RX_BUF_REQUEST}; in async_evt_rx_buf_request()
406 struct uart_event event = {.type = UART_RX_BUF_RELEASED}; in async_evt_rx_release_buffer()
433 struct uart_event event = {.type = UART_RX_DISABLED}; in async_evt_rx_disabled()
447 struct uart_event event = {.type = UART_RX_RDY, in async_evt_rx_rdy()
461 struct uart_event event = {.type = UART_TX_DONE, in async_evt_tx_done()
476 struct uart_event event = {.type = UART_TX_ABORTED, in async_evt_tx_abort()
Duart_nrfx_uarte.c831 static void user_callback(const struct device *dev, struct uart_event *evt) in user_callback()
843 struct uart_event evt = { in notify_uart_rx_rdy()
856 struct uart_event evt = { in rx_buf_release()
868 struct uart_event evt = { in notify_rx_disable()
872 user_callback(dev, (struct uart_event *)&evt); in notify_rx_disable()
1121 struct uart_event evt = { in error_isr()
1132 struct uart_event evt = { in rxstarted_isr()
1411 struct uart_event evt = { in txstopped_isr()
Duart_rtt.c121 struct uart_event evt = { in uart_rtt_tx()
Duart_stm32.c1104 struct uart_event *event) in async_user_callback()
1115 struct uart_event event = { in async_evt_rx_rdy()
1135 struct uart_event event = { in async_evt_rx_err()
1150 struct uart_event event = { in async_evt_tx_done()
1167 struct uart_event event = { in async_evt_tx_abort()
1182 struct uart_event evt = { in async_evt_rx_buf_request()
1191 struct uart_event evt = { in async_evt_rx_buf_release()
1411 struct uart_event disabled_event = { in uart_stm32_async_rx_disable()
1433 struct uart_event rx_next_buf_release_evt = { in uart_stm32_async_rx_disable()
Duart_ns16550.c1400 static void async_user_callback(const struct device *dev, struct uart_event *evt)
1417 struct uart_event event = {
1435 struct uart_event event = {
1452 struct uart_event evt = {
1466 struct uart_event evt = {
1518 struct uart_event event = {
1654 struct uart_event tx_aborted_event = {
Duart_nrfx_uarte2.c218 struct uart_event evt = { in on_tx_done()
243 struct uart_event evt; in on_rx_done()
309 struct uart_event evt = { in on_rx_buf_req()
324 struct uart_event evt = { in on_rx_disabled()
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c107 struct uart_event *evt, void *user_data) in test_single_read_callback()
339 struct uart_event *evt, void *user_data) in test_chained_read_callback()
425 struct uart_event *evt, void *user_data) in test_double_buffer_callback()
501 struct uart_event *evt, void *user_data) in test_read_abort_callback()
620 struct uart_event *evt, void *user_data) in test_write_abort_callback()
696 struct uart_event *evt, void *user_data) in test_forever_timeout_callback()
782 struct uart_event *evt, void *user_data) in test_chained_write_callback()
866 struct uart_event *evt, void *user_data) in test_long_buffers_callback()
Dtest_uart_wide.c49 struct uart_event *evt, void *user_data) in test_single_read_callback()
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c79 struct uart_event *evt, void *user_data);
203 struct uart_event *evt, void *user_data) in async_callback()
/Zephyr-Core-3.7.0/drivers/console/
Duart_mcumgr.c124 static void uart_mcumgr_async(const struct device *dev, struct uart_event *evt, void *user_data) in uart_mcumgr_async()
/Zephyr-Core-3.7.0/drivers/modem/
Dmodem_iface_uart_async.c23 struct uart_event *evt, in iface_uart_async_callback()
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_emul/src/
Dbus.c242 static void uart_emul_callback(const struct device *dev, struct uart_event *evt, void *user_data) in uart_emul_callback()
318 static void uart_emul_callback_rx_timeout(const struct device *dev, struct uart_event *evt, in uart_emul_callback_rx_timeout()
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_pm/src/
Dmain.c53 static void async_callback(const struct device *dev, struct uart_event *evt, void *ctx) in async_callback()
/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_uart.c149 static void uart_callback(const struct device *dev, struct uart_event *evt, void *user_data) in uart_callback()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_uart.c47 struct uart_event *evt, in uart_callback()

12