Searched refs:transceive_async (Results  1 – 25 of 46) 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_ifx_cat1.c | 296 	.transceive_async = ifx_cat1_spi_transceive_async,
  | 
| D | spi_mcux_ecspi.c | 310 	.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_spi.c | 333 	.transceive_async = spi_nrfx_transceive_async,
  | 
| D | spi_nrfx_spis.c | 274 	.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_mchp_mss.c | 449 	.transceive_async = mss_spi_transceive_async,
  | 
| D | spi_silabs_usart.c | 428 	.transceive_async = spi_silabs_usart_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,
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | spi.h | 699 	spi_api_io_async transceive_async;  member 934 	return api->transceive_async(dev, config, tx_bufs, rx_bufs, callback, userdata);  in spi_transceive_cb() 978 	return api->transceive_async(dev, config, tx_bufs, rx_bufs, cb, sig);  in spi_transceive_signal()
  | 
| /Zephyr-latest/drivers/spi/spi_nxp_lpspi/ | 
| D | spi_nxp_lpspi_dma.c | 291 	.transceive_async = spi_nxp_dma_transceive_async,
  | 
| D | spi_nxp_lpspi.c | 300 	.transceive_async = spi_mcux_transceive_async,
  | 
        12