/Zephyr-Core-3.5.0/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | main.c | 36 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.5.0/drivers/serial/ |
D | uart_nrfx_uart.c | 394 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()
|
D | serial_test.c | 335 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()
|
D | uart_mcux_flexcomm.c | 390 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()
|
D | uart_sam0.c | 154 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()
|
D | uart_mcux_lpuart.c | 392 static void async_user_callback(const struct device *dev, struct uart_event *evt) in async_user_callback() 408 struct uart_event event = { in async_evt_tx_done() 426 struct uart_event event = { in async_evt_rx_rdy() 447 struct uart_event evt = { in async_evt_rx_buf_request() 457 struct uart_event evt = { in async_evt_rx_buf_release() 528 struct uart_event disabled_event = { in mcux_lpuart_rx_disable() 755 struct uart_event tx_aborted_event = { in mcux_lpuart_tx_abort()
|
D | uart_esp32.c | 506 struct uart_event evt = {0}; in uart_esp32_dma_rx_done() 576 struct uart_event evt = {0}; in uart_esp32_dma_tx_done() 598 struct uart_event evt = {0}; in uart_esp32_async_tx_abort() 640 struct uart_event evt = {0}; in uart_esp32_async_rx_timeout() 747 struct uart_event evt = {0}; in uart_esp32_async_rx_enable() 830 struct uart_event evt = {0}; in uart_esp32_async_rx_disable()
|
D | uart_xmc4xxx.c | 397 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()
|
D | uart_stm32.c | 1081 struct uart_event *event) in async_user_callback() 1092 struct uart_event event = { in async_evt_rx_rdy() 1112 struct uart_event event = { in async_evt_rx_err() 1127 struct uart_event event = { in async_evt_tx_done() 1144 struct uart_event event = { in async_evt_tx_abort() 1159 struct uart_event evt = { in async_evt_rx_buf_request() 1168 struct uart_event evt = { in async_evt_rx_buf_release() 1348 struct uart_event disabled_event = { in uart_stm32_async_rx_disable() 1370 struct uart_event rx_next_buf_release_evt = { in uart_stm32_async_rx_disable()
|
D | uart_nrfx_uarte.c | 781 static void user_callback(const struct device *dev, struct uart_event *evt) in user_callback() 793 struct uart_event evt = { in notify_uart_rx_rdy() 806 struct uart_event evt = { in rx_buf_release() 818 struct uart_event evt = { in notify_rx_disable() 822 user_callback(dev, (struct uart_event *)&evt); in notify_rx_disable() 1076 struct uart_event evt = { in error_isr() 1087 struct uart_event evt = { in rxstarted_isr() 1362 struct uart_event evt = { in txstopped_isr()
|
D | uart_rtt.c | 121 struct uart_event evt = { in uart_rtt_tx()
|
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_async_api/src/ |
D | test_uart_async.c | 91 struct uart_event *evt, void *user_data) in test_single_read_callback() 284 struct uart_event *evt, void *user_data) in test_chained_read_callback() 362 struct uart_event *evt, void *user_data) in test_double_buffer_callback() 429 struct uart_event *evt, void *user_data) in test_read_abort_callback() 539 struct uart_event *evt, void *user_data) in test_write_abort_callback() 611 struct uart_event *evt, void *user_data) in test_forever_timeout_callback() 688 struct uart_event *evt, void *user_data) in test_chained_write_callback() 762 struct uart_event *evt, void *user_data) in test_long_buffers_callback()
|
D | test_uart_wide.c | 49 struct uart_event *evt, void *user_data) in test_single_read_callback()
|
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_mix_fifo_poll/src/ |
D | main.c | 79 struct uart_event *evt, void *user_data); 203 struct uart_event *evt, void *user_data) in async_callback()
|
/Zephyr-Core-3.5.0/drivers/console/ |
D | uart_mcumgr.c | 124 static void uart_mcumgr_async(const struct device *dev, struct uart_event *evt, void *user_data) in uart_mcumgr_async()
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | log_backend_uart.c | 34 struct uart_event *evt, in uart_callback()
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | modem_iface_uart_async.c | 23 struct uart_event *evt, in iface_uart_async_callback()
|
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_pm/src/ |
D | main.c | 50 static void async_callback(const struct device *dev, struct uart_event *evt, void *ctx) in async_callback()
|
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_uart.c | 144 static void uart_callback(const struct device *dev, struct uart_event *evt, void *user_data) in uart_callback()
|
/Zephyr-Core-3.5.0/subsys/modem/backends/ |
D | modem_backend_uart_async.c | 49 struct uart_event *evt, void *user_data) in modem_backend_uart_async_event_handler()
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_uart_async/src/ |
D | hci_uart_async.c | 325 void callback(const struct device *dev, struct uart_event *evt, void *user_data) in callback()
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_frontend_dict_uart.c | 154 struct uart_event *evt, in uart_callback()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | uart.h | 295 struct uart_event { struct 321 struct uart_event *evt, void *user_data);
|
/Zephyr-Core-3.5.0/drivers/net/ |
D | ppp.c | 115 struct uart_event *evt, in uart_callback()
|