Home
last modified time | relevance | path

Searched refs:spi_context_wait_for_completion (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/drivers/spi/
Dspi_oc_simple.c158 rc = spi_context_wait_for_completion(ctx); in spi_oc_simple_transceive()
Dspi_grlib_spimctrl.c132 rc = spi_context_wait_for_completion(ctx); in transceive()
Dspi_sifive.c259 rc = spi_context_wait_for_completion(&SPI_DATA(dev)->ctx); in spi_sifive_transceive()
Dspi_opentitan.c275 rc = spi_context_wait_for_completion(&data->ctx); in spi_opentitan_transceive()
Dspi_ifx_cat1.c260 result = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_mcux_ecspi.c245 ret = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_rv32m1_lpspi.c236 ret = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_b91.c414 status = spi_context_wait_for_completion(&data->ctx); in spi_b91_transceive()
Dspi_npcx_spip.c303 rc = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_context.h162 static inline int spi_context_wait_for_completion(struct spi_context *ctx) in spi_context_wait_for_completion() function
Dspi_nrfx_spi.c261 error = spi_context_wait_for_completion(&dev_data->ctx); in transceive()
Dspi_nrfx_spis.c224 error = spi_context_wait_for_completion(&dev_data->ctx); in transceive()
Dspi_psoc6.c333 ret = spi_context_wait_for_completion(&data->ctx); in spi_psoc6_transceive()
Dspi_sedi.c202 ret = spi_context_wait_for_completion(&spi->ctx); in transceive()
Dspi_mcux_flexcomm.c582 ret = spi_context_wait_for_completion(&data->ctx); in wait_dma_rx_tx_done()
735 ret = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_mchp_mss.c394 ret = spi_context_wait_for_completion(ctx); in mss_spi_transceive()
Dspi_pl022.c831 ret = spi_context_wait_for_completion(ctx); in spi_pl022_transceive_impl()
837 ret = spi_context_wait_for_completion(ctx); in spi_pl022_transceive_impl()
Dspi_ambiq_spic.c249 ret = spi_context_wait_for_completion(ctx); in spi_ambiq_xfer_half_duplex()
Dspi_mcux_flexio.c328 ret = spi_context_wait_for_completion(&data->ctx); in transceive()
Dspi_max32.c392 ret = spi_context_wait_for_completion(ctx); in transceive()
610 ret = spi_context_wait_for_completion(ctx); in transceive_dma()
Dspi_mchp_mss_qspi.c521 ret = spi_context_wait_for_completion(ctx); in mss_qspi_transceive()
Dspi_xlnx_axi_quadspi.c424 ret = spi_context_wait_for_completion(ctx); in xlnx_quadspi_transceive()
Dspi_dw.c444 ret = spi_context_wait_for_completion(&spi->ctx); in transceive()
/Zephyr-latest/drivers/spi/spi_nxp_lpspi/
Dspi_nxp_lpspi_dma.c234 ret = spi_context_wait_for_completion(ctx); in transceive_dma()
Dspi_nxp_lpspi.c273 return spi_context_wait_for_completion(ctx); in transceive()

12