Searched refs:transceive_async (Results 1 – 25 of 45) sorted by relevance
12
/Zephyr-latest/drivers/spi/ |
D | spi_grlib_spimctrl.c | 142 static int transceive_async(const struct device *dev, in transceive_async() function 221 .transceive_async = transceive_async,
|
D | spi_test.c | 47 .transceive_async = vnd_spi_transceive_async,
|
D | spi_oc_simple.c | 187 .transceive_async = spi_oc_simple_transceive_async,
|
D | spi_litex.c | 229 .transceive_async = spi_litex_transceive_async,
|
D | spi_litex_litespi.c | 251 .transceive_async = spi_litex_transceive_async,
|
D | spi_opentitan.c | 308 .transceive_async = spi_opentitan_transceive_async,
|
D | spi_bitbang.c | 260 .transceive_async = spi_bitbang_transceive_async,
|
D | spi_gecko_eusart.c | 294 .transceive_async = spi_gecko_eusart_transceive_async,
|
D | spi_ifx_cat1.c | 293 .transceive_async = ifx_cat1_spi_transceive_async,
|
D | spi_mcux_ecspi.c | 308 .transceive_async = spi_mcux_transceive_async,
|
D | spi_rv32m1_lpspi.c | 303 .transceive_async = spi_mcux_transceive_async,
|
D | spi_b91.c | 460 .transceive_async = spi_b91_transceive_async,
|
D | spi_npcx_spip.c | 409 .transceive_async = spi_npcx_spip_transceive_async,
|
D | spi_nrfx_spis.c | 270 .transceive_async = spi_nrfx_transceive_async,
|
D | spi_nrfx_spi.c | 329 .transceive_async = spi_nrfx_transceive_async,
|
D | spi_psoc6.c | 411 .transceive_async = spi_psoc6_transceive_async,
|
D | spi_sedi.c | 303 .transceive_async = spi_sedi_transceive_async,
|
D | spi_gecko_usart.c | 428 .transceive_async = spi_gecko_transceive_async,
|
D | spi_mchp_mss.c | 449 .transceive_async = mss_spi_transceive_async,
|
D | spi_mcux_flexio.c | 400 .transceive_async = spi_mcux_transceive_async,
|
D | spi_xec_qmspi.c | 663 .transceive_async = qmspi_transceive_async,
|
D | spi_esp32_spim.c | 506 .transceive_async = spi_esp32_transceive_async,
|
D | spi_mchp_mss_qspi.c | 575 .transceive_async = mss_qspi_transceive_async,
|
D | spi_xlnx_axi_quadspi.c | 591 .transceive_async = xlnx_quadspi_transceive_async,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | spi.h | 698 spi_api_io_async transceive_async; member 933 return api->transceive_async(dev, config, tx_bufs, rx_bufs, callback, userdata); in spi_transceive_cb() 977 return api->transceive_async(dev, config, tx_bufs, rx_bufs, cb, sig); in spi_transceive_signal()
|
12