Home
last modified time | relevance | path

Searched refs:transceive_async (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/drivers/spi/
Dspi_grlib_spimctrl.c142 static int transceive_async(const struct device *dev, in transceive_async() function
221 .transceive_async = transceive_async,
Dspi_test.c47 .transceive_async = vnd_spi_transceive_async,
Dspi_oc_simple.c187 .transceive_async = spi_oc_simple_transceive_async,
Dspi_litex.c229 .transceive_async = spi_litex_transceive_async,
Dspi_litex_litespi.c251 .transceive_async = spi_litex_transceive_async,
Dspi_opentitan.c308 .transceive_async = spi_opentitan_transceive_async,
Dspi_bitbang.c260 .transceive_async = spi_bitbang_transceive_async,
Dspi_gecko_eusart.c294 .transceive_async = spi_gecko_eusart_transceive_async,
Dspi_ifx_cat1.c293 .transceive_async = ifx_cat1_spi_transceive_async,
Dspi_mcux_ecspi.c308 .transceive_async = spi_mcux_transceive_async,
Dspi_rv32m1_lpspi.c303 .transceive_async = spi_mcux_transceive_async,
Dspi_b91.c460 .transceive_async = spi_b91_transceive_async,
Dspi_npcx_spip.c409 .transceive_async = spi_npcx_spip_transceive_async,
Dspi_nrfx_spis.c270 .transceive_async = spi_nrfx_transceive_async,
Dspi_nrfx_spi.c329 .transceive_async = spi_nrfx_transceive_async,
Dspi_psoc6.c411 .transceive_async = spi_psoc6_transceive_async,
Dspi_sedi.c303 .transceive_async = spi_sedi_transceive_async,
Dspi_gecko_usart.c428 .transceive_async = spi_gecko_transceive_async,
Dspi_mchp_mss.c449 .transceive_async = mss_spi_transceive_async,
Dspi_mcux_flexio.c400 .transceive_async = spi_mcux_transceive_async,
Dspi_xec_qmspi.c663 .transceive_async = qmspi_transceive_async,
Dspi_esp32_spim.c506 .transceive_async = spi_esp32_transceive_async,
Dspi_mchp_mss_qspi.c575 .transceive_async = mss_qspi_transceive_async,
Dspi_xlnx_axi_quadspi.c591 .transceive_async = xlnx_quadspi_transceive_async,
/Zephyr-latest/include/zephyr/drivers/
Dspi.h698 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