Searched refs:spi_dma_tx_load (Results 1 – 1 of 1) sorted by relevance
196 static int spi_dma_tx_load(const struct device *dev);237 error = spi_dma_tx_load(dev); in spi_dma_move_buffers()286 if (spi_dma_tx_load(spi_dev) != 0) { in dma_tx_callback()301 static int spi_dma_tx_load(const struct device *dev) in spi_dma_tx_load() function