Searched refs:transceive_dma (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_flexcomm.c | 594 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()
|
D | spi_mcux_lpspi.c | 484 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()
|
D | spi_max32.c | 525 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()
|
D | spi_ll_stm32.c | 967 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()
|