/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/ |
D | main.c | 62 bool async; member 201 static void run_test(bool m_same_size, bool s_same_size, bool async) in run_test() 255 static void test_basic(bool async) in test_basic() 286 void test_basic_zero_len(bool async) in test_basic_zero_len() 339 static void test_short_rx(bool async) in test_short_rx() 376 static void test_only_tx(bool async) in test_only_tx() 410 static void test_only_tx_in_chunks(bool async) in test_only_tx_in_chunks() 447 static void test_only_rx(bool async) in test_only_rx() 481 static void test_only_rx_in_chunks(bool async) in test_only_rx_in_chunks()
|
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 168 async section in API Terminology 184 Be aware that **async** is orthogonal to context-switching. Some APIs argument
|
/Zephyr-latest/kernel/ |
D | mailbox.c | 40 static inline void mbox_async_alloc(struct k_mbox_async **async) in mbox_async_alloc() 46 static inline void mbox_async_free(struct k_mbox_async *async) in mbox_async_free() 314 struct k_mbox_async *async; in k_mbox_async_put() local
|
/Zephyr-latest/drivers/adc/ |
D | adc_test.c | 34 struct k_poll_signal *async) in vnd_adc_read_async()
|
D | adc_handlers.c | 74 struct k_poll_signal *async) in z_vrfy_adc_read_async()
|
D | adc_nrfx_adc.c | 243 struct k_poll_signal *async) in adc_nrfx_read_async()
|
D | adc_ene_kb1200.c | 183 struct k_poll_signal *async) in adc_kb1200_read_async()
|
D | adc_cc13xx_cc26xx.c | 235 struct k_poll_signal *async) in adc_cc13xx_cc26xx_read_async()
|
D | adc_vf610.c | 139 struct k_poll_signal *async) in vf610_adc_read_async()
|
D | adc_b91.c | 431 struct k_poll_signal *async) in adc_b91_read_async()
|
D | adc_ifx_cat1.c | 231 struct k_poll_signal *async) in ifx_cat1_adc_read_async()
|
D | adc_nrfx_saadc.c | 603 struct k_poll_signal *async) in adc_nrfx_read_async()
|
D | adc_rpi_pico.c | 248 struct k_poll_signal *async) in adc_rpi_read_async()
|
D | adc_sam_afec.c | 321 struct k_poll_signal *async) in adc_sam_read_async()
|
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/ |
D | test_driver.c | 15 bool async; member
|
/Zephyr-latest/drivers/spi/ |
D | spi_oc_simple.c | 170 struct k_poll_signal *async) in spi_oc_simple_transceive_async()
|
D | spi_grlib_spimctrl.c | 146 struct k_poll_signal *async) in transceive_async()
|
D | spi_gecko_eusart.c | 271 struct k_poll_signal *async) in spi_gecko_eusart_transceive_async()
|
D | spi_litex.c | 209 struct k_poll_signal *async) in spi_litex_transceive_async()
|
D | spi_litex_litespi.c | 235 struct k_poll_signal *async) in spi_litex_transceive_async()
|
/Zephyr-latest/include/zephyr/modem/backend/ |
D | uart.h | 57 struct modem_backend_uart_async async; member
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_shell.c | 709 bool is_udp, bool async) in execute_upload() 840 bool async = false; in shell_cmd_upload() local 1076 bool async = false; in shell_cmd_upload2() local
|
/Zephyr-latest/subsys/modem/backends/ |
D | modem_backend_uart_async.c | 287 struct modem_backend_uart_async *async = in modem_backend_uart_async_notify_closed() local
|
/Zephyr-latest/subsys/pm/ |
D | device_runtime.c | 46 static int runtime_suspend(const struct device *dev, bool async, in runtime_suspend()
|
/Zephyr-latest/drivers/serial/ |
D | uart_esp32.c | 121 struct uart_esp32_async_data async; member 684 struct uart_esp32_async_data *async = in uart_esp32_async_tx_timeout() local 694 struct uart_esp32_async_data *async = in uart_esp32_async_rx_timeout() local
|