Searched refs:transceive_dma (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/drivers/spi/ |
D | spi_mcux_flexcomm.c | 580 static int transceive_dma(const struct device *dev, in transceive_dma() function 734 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 748 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async()
|
D | spi_mcux_lpspi.c | 488 static int transceive_dma(const struct device *dev, in transceive_dma() function 616 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive() 638 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async()
|
D | spi_ll_stm32.c | 938 static int transceive_dma(const struct device *dev, in transceive_dma() function 1090 return transceive_dma(dev, config, tx_bufs, rx_bufs, in spi_stm32_transceive()
|