Home
last modified time | relevance | path

Searched refs:transceive_dma (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_mcux_flexcomm.c594 static int transceive_dma(const struct device *dev, in transceive_dma() function
748 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive()
762 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async()
Dspi_mcux_lpspi.c484 static int transceive_dma(const struct device *dev, const struct spi_config *spi_cfg, in transceive_dma() function
524 #define transceive_dma(...) 0 macro
692 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, async, cb, userdata); in spi_mcux_transceive()
Dspi_max32.c525 static int transceive_dma(const struct device *dev, const struct spi_config *config, in transceive_dma() function
725 return transceive_dma(dev, config, tx_bufs, rx_bufs, false, NULL, NULL); in api_transceive()
Dspi_ll_stm32.c967 static int transceive_dma(const struct device *dev, in transceive_dma() function
1130 return transceive_dma(dev, config, tx_bufs, rx_bufs, in spi_stm32_transceive()